Html Css Color HEX #0867CB Navy Blue

📋 copy color: '#0867CB'

red 8 ◦ green 103 ◦ blue 203

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

Shades of Navy Blue #0867CB

Tints of Navy Blue #0867CB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.8%

 BLUE value IS 203 (79.69% from 255) = 64.65%

R = 2.55%
G = 32.8%
B = 64.65%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0867CB (or 0x0867CB) is known color: Navy Blue. HEX triplet: 08, 67 and CB. RGB value is (8,103,203). Sum of RGB (Red+Green+Blue) = 8+103+203=314 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.55% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 203 (79.69% from 255 or 64.65% from 314); Max value from RGB is 203 - color contains mainly: blue. Hex color #0867CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0867CB is #F79834. Grayscale: #555555. Windows color (decimal): -16226357 or 13330184. OLE color: 13330184.

HSL color Cylindrical-coordinate representation of color #0867CB: hue angle of 210.77º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0867CB is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 103 203 -
CMYK 0.96 0.49 0 0.20
HSL 210.77º 0.92% 0.41% -
HSV(B) 210.77º 0.96% 0.8% -
XYZ 15.73 14.06 58.39 -
YUV 86 194.03 72.37 -
System Red Green Blue C M Y K H S L
Decimal 8 103 203 0.96 0.49 0 0.20 210.77 0.92 0.41
Hex 8 67 CB 60 31 0 14 D3 5C 29
Octal 10 147 313 140 61 0 24 323 134 51
Binary 1000 1100111 11001011 1100000 110001 0 10100 11010011 1011100 101001

Color Harmonies of #0867CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0867CB

Black with #0867CB

Text Example


Text Example

White with #0867CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0867CB; }

 p { color: rgb(8,103,203); }

 H1.HeaderClassName
 {
   color: #0867CB;
 }
 .AnyTagClassName
 {
   color: #0867CB;
 }
</style>

background-color css

<style>
 a { background-color: #0867CB; }

 a { background-color: rgb(8,103,203); }

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

border-color css

<style>
 span { border-color: #0867CB; }

 span { border-color: rgb(8,103,203); }

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