Html Css Color HEX #0869D0 Navy Blue

📋 copy color: '#0869D0'

red 8 ◦ green 105 ◦ blue 208

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

Shades of Navy Blue #0869D0

Tints of Navy Blue #0869D0

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.71%

 BLUE value IS 208 (81.64% from 255) = 64.8%

R = 2.49%
G = 32.71%
B = 64.8%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0869D0 (or 0x0869D0) is known color: Navy Blue. HEX triplet: 08, 69 and D0. RGB value is (8,105,208). Sum of RGB (Red+Green+Blue) = 8+105+208=321 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.49% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 208 (81.64% from 255 or 64.80% from 321); Max value from RGB is 208 - color contains mainly: blue. Hex color #0869D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0869D0 is #F7962F. Grayscale: #575757. Windows color (decimal): -16225840 or 13658376. OLE color: 13658376.

HSL color Cylindrical-coordinate representation of color #0869D0: hue angle of 210.9º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0869D0 is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 8 105 208 -
CMYK 0.96 0.50 0 0.18
HSL 210.9º 0.93% 0.42% -
HSV(B) 210.9º 0.96% 0.82% -
XYZ 16.54 14.71 61.64 -
YUV 87.74 195.86 71.12 -
System Red Green Blue C M Y K H S L
Decimal 8 105 208 0.96 0.50 0 0.18 210.9 0.93 0.42
Hex 8 69 D0 60 32 0 12 D3 5D 2A
Octal 10 151 320 140 62 0 22 323 135 52
Binary 1000 1101001 11010000 1100000 110010 0 10010 11010011 1011101 101010

Color Harmonies of #0869D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0869D0

Black with #0869D0

Text Example


Text Example

White with #0869D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0869D0; }

 p { color: rgb(8,105,208); }

 H1.HeaderClassName
 {
   color: #0869D0;
 }
 .AnyTagClassName
 {
   color: #0869D0;
 }
</style>

background-color css

<style>
 a { background-color: #0869D0; }

 a { background-color: rgb(8,105,208); }

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

border-color css

<style>
 span { border-color: #0869D0; }

 span { border-color: rgb(8,105,208); }

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