Html Css Color HEX #0858DC Navy Blue

📋 copy color: '#0858DC'

red 8 ◦ green 88 ◦ blue 220

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

Shades of Navy Blue #0858DC

Tints of Navy Blue #0858DC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.85%

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

R = 2.53%
G = 27.85%
B = 69.62%

CMYK

 C value IS 0.96

 M value IS 0.6

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0858DC (or 0x0858DC) is known color: Navy Blue. HEX triplet: 08, 58 and DC. RGB value is (8,88,220). Sum of RGB (Red+Green+Blue) = 8+88+220=316 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.53% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 220 (86.33% from 255 or 69.62% from 316); Max value from RGB is 220 - color contains mainly: blue. Hex color #0858DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0858DC is #F7A723. Grayscale: #4E4E4E. Windows color (decimal): -16230180 or 14440456. OLE color: 14440456.

HSL color Cylindrical-coordinate representation of color #0858DC: hue angle of 217.36º 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 #0858DC is Cyan = 0.96, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 88 220 -
CMYK 0.96 0.6 0 0.14
HSL 217.36º 0.93% 0.45% -
HSV(B) 217.36º 0.96% 0.86% -
XYZ 16.51 12.2 69.19 -
YUV 79.13 207.5 77.27 -
System Red Green Blue C M Y K H S L
Decimal 8 88 220 0.96 0.6 0 0.14 217.36 0.93 0.45
Hex 8 58 DC 60 3C 0 E D9 5D 2D
Octal 10 130 334 140 74 0 16 331 135 55
Binary 1000 1011000 11011100 1100000 111100 0 1110 11011001 1011101 101101

Color Harmonies of #0858DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0858DC

Black with #0858DC

Text Example


Text Example

White with #0858DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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