Html Css Color HEX #0862DC Navy Blue

📋 copy color: '#0862DC'

red 8 ◦ green 98 ◦ blue 220

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

Shades of Navy Blue #0862DC

Tints of Navy Blue #0862DC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.06%

 BLUE value IS 220 (86.33% from 255) = 67.48%

R = 2.45%
G = 30.06%
B = 67.48%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0862DC (or 0x0862DC) is known color: Navy Blue. HEX triplet: 08, 62 and DC. RGB value is (8,98,220). Sum of RGB (Red+Green+Blue) = 8+98+220=326 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 220 (86.33% from 255 or 67.48% from 326); Max value from RGB is 220 - color contains mainly: blue. Hex color #0862DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0862DC is #F79D23. Grayscale: #545454. Windows color (decimal): -16227620 or 14443016. OLE color: 14443016.

HSL color Cylindrical-coordinate representation of color #0862DC: hue angle of 214.53º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0862DC is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 98 220 -
CMYK 0.96 0.55 0 0.14
HSL 214.53º 0.93% 0.45% -
HSV(B) 214.53º 0.96% 0.86% -
XYZ 17.39 13.95 69.49 -
YUV 85 204.18 73.08 -
System Red Green Blue C M Y K H S L
Decimal 8 98 220 0.96 0.55 0 0.14 214.53 0.93 0.45
Hex 8 62 DC 60 37 0 E D7 5D 2D
Octal 10 142 334 140 67 0 16 327 135 55
Binary 1000 1100010 11011100 1100000 110111 0 1110 11010111 1011101 101101

Color Harmonies of #0862DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0862DC

Black with #0862DC

Text Example


Text Example

White with #0862DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0862DC; }

 p { color: rgb(8,98,220); }

 H1.HeaderClassName
 {
   color: #0862DC;
 }
 .AnyTagClassName
 {
   color: #0862DC;
 }
</style>

background-color css

<style>
 a { background-color: #0862DC; }

 a { background-color: rgb(8,98,220); }

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

border-color css

<style>
 span { border-color: #0862DC; }

 span { border-color: rgb(8,98,220); }

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