Html Css Color HEX #0864FC Navy Blue

📋 copy color: '#0864FC'

red 8 ◦ green 100 ◦ blue 252

#0864FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #0864FC

Tints of Navy Blue #0864FC

RGB

 RED value IS 8 (3.52% from 255) = 2.22%

 GREEN value IS 100 (39.45% from 255) = 27.78%

 BLUE value IS 252 (98.83% from 255) = 70%

R = 2.22%
G = 27.78%
B = 70%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0864FC (or 0x0864FC) is known color: Navy Blue. HEX triplet: 08, 64 and FC. RGB value is (8,100,252). Sum of RGB (Red+Green+Blue) = 8+100+252=360 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.22% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 252 (98.83% from 255 or 70% from 360); Max value from RGB is 252 - color contains mainly: blue. Hex color #0864FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0864FC is #F79B03. Grayscale: #595959. Windows color (decimal): -16227076 or 16540680. OLE color: 16540680.

HSL color Cylindrical-coordinate representation of color #0864FC: hue angle of 217.38º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0864FC is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 8 100 252 -
CMYK 0.97 0.60 0 0.01
HSL 217.38º 0.98% 0.51% -
HSV(B) 217.38º 0.97% 0.99% -
XYZ 22.23 16.19 94.05 -
YUV 89.82 219.52 69.64 -
System Red Green Blue C M Y K H S L
Decimal 8 100 252 0.97 0.60 0 0.01 217.38 0.98 0.51
Hex 8 64 FC 61 3C 0 1 D9 62 33
Octal 10 144 374 141 74 0 1 331 142 63
Binary 1000 1100100 11111100 1100001 111100 0 1 11011001 1100010 110011

Color Harmonies of #0864FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0864FC

Black with #0864FC

Text Example


Text Example

White with #0864FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0864FC; }

 p { color: rgb(8,100,252); }

 H1.HeaderClassName
 {
   color: #0864FC;
 }
 .AnyTagClassName
 {
   color: #0864FC;
 }
</style>

background-color css

<style>
 a { background-color: #0864FC; }

 a { background-color: rgb(8,100,252); }

 div.DivClassName
 {
   background-color: #0864FC;
 }
 .BgClassName
 {
   background-color: #0864FC;
 }
</style>

border-color css

<style>
 span { border-color: #0864FC; }

 span { border-color: rgb(8,100,252); }

 td.TdClassName
 {
   border-color: #0864FC;
 }
 .TagClassName
 {
   border-color: #0864FC;
 }
</style>