Html Css Color HEX #0858CE Navy Blue

📋 copy color: '#0858CE'

red 8 ◦ green 88 ◦ blue 206

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

Shades of Navy Blue #0858CE

Tints of Navy Blue #0858CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 68.21%

R = 2.65%
G = 29.14%
B = 68.21%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0858CE (or 0x0858CE) is known color: Navy Blue. HEX triplet: 08, 58 and CE. RGB value is (8,88,206). Sum of RGB (Red+Green+Blue) = 8+88+206=302 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.65% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 206 (80.86% from 255 or 68.21% from 302); Max value from RGB is 206 - color contains mainly: blue. Hex color #0858CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0858CE is #F7A731. Grayscale: #4C4C4C. Windows color (decimal): -16230194 or 13522952. OLE color: 13522952.

HSL color Cylindrical-coordinate representation of color #0858CE: hue angle of 215.76º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0858CE is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 88 206 -
CMYK 0.96 0.57 0 0.19
HSL 215.76º 0.93% 0.42% -
HSV(B) 215.76º 0.96% 0.81% -
XYZ 14.73 11.49 59.83 -
YUV 77.53 200.5 78.41 -
System Red Green Blue C M Y K H S L
Decimal 8 88 206 0.96 0.57 0 0.19 215.76 0.93 0.42
Hex 8 58 CE 60 39 0 13 D8 5D 2A
Octal 10 130 316 140 71 0 23 330 135 52
Binary 1000 1011000 11001110 1100000 111001 0 10011 11011000 1011101 101010

Color Harmonies of #0858CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0858CE

Black with #0858CE

Text Example


Text Example

White with #0858CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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