Html Css Color HEX #0867CD Navy Blue

📋 copy color: '#0867CD'

red 8 ◦ green 103 ◦ blue 205

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

Shades of Navy Blue #0867CD

Tints of Navy Blue #0867CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 64.87%

R = 2.53%
G = 32.59%
B = 64.87%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0867CD (or 0x0867CD) is known color: Navy Blue. HEX triplet: 08, 67 and CD. RGB value is (8,103,205). Sum of RGB (Red+Green+Blue) = 8+103+205=316 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.53% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 205 (80.47% from 255 or 64.87% from 316); Max value from RGB is 205 - color contains mainly: blue. Hex color #0867CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0867CD is #F79832. Grayscale: #555555. Windows color (decimal): -16226355 or 13461256. OLE color: 13461256.

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

Color convert

RGB 8 103 205 -
CMYK 0.96 0.50 0 0.20
HSL 211.07º 0.92% 0.42% -
HSV(B) 211.07º 0.96% 0.8% -
XYZ 15.97 14.16 59.65 -
YUV 86.22 195.03 72.21 -
System Red Green Blue C M Y K H S L
Decimal 8 103 205 0.96 0.50 0 0.20 211.07 0.92 0.42
Hex 8 67 CD 60 32 0 14 D3 5C 2A
Octal 10 147 315 140 62 0 24 323 134 52
Binary 1000 1100111 11001101 1100000 110010 0 10100 11010011 1011100 101010

Color Harmonies of #0867CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0867CD

Black with #0867CD

Text Example


Text Example

White with #0867CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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