Html Css Color HEX #0864CE Navy Blue

📋 copy color: '#0864CE'

red 8 ◦ green 100 ◦ blue 206

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

Shades of Navy Blue #0864CE

Tints of Navy Blue #0864CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 65.61%

R = 2.55%
G = 31.85%
B = 65.61%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0864CE (or 0x0864CE) is known color: Navy Blue. HEX triplet: 08, 64 and CE. RGB value is (8,100,206). Sum of RGB (Red+Green+Blue) = 8+100+206=314 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.55% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 206 (80.86% from 255 or 65.61% from 314); Max value from RGB is 206 - color contains mainly: blue. Hex color #0864CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0864CE is #F79B31. Grayscale: #545454. Windows color (decimal): -16227122 or 13526024. OLE color: 13526024.

HSL color Cylindrical-coordinate representation of color #0864CE: hue angle of 212.12º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0864CE is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 100 206 -
CMYK 0.96 0.51 0 0.19
HSL 212.12º 0.93% 0.42% -
HSV(B) 212.12º 0.96% 0.81% -
XYZ 15.8 13.62 60.19 -
YUV 84.58 196.52 73.38 -
System Red Green Blue C M Y K H S L
Decimal 8 100 206 0.96 0.51 0 0.19 212.12 0.93 0.42
Hex 8 64 CE 60 33 0 13 D4 5D 2A
Octal 10 144 316 140 63 0 23 324 135 52
Binary 1000 1100100 11001110 1100000 110011 0 10011 11010100 1011101 101010

Color Harmonies of #0864CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0864CE

Black with #0864CE

Text Example


Text Example

White with #0864CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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