Html Css Color HEX #0858CF Navy Blue

📋 copy color: '#0858CF'

red 8 ◦ green 88 ◦ blue 207

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

Shades of Navy Blue #0858CF

Tints of Navy Blue #0858CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 68.32%

R = 2.64%
G = 29.04%
B = 68.32%

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

#0858CF (or 0x0858CF) is known color: Navy Blue. HEX triplet: 08, 58 and CF. RGB value is (8,88,207). Sum of RGB (Red+Green+Blue) = 8+88+207=303 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.64% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 207 (81.25% from 255 or 68.32% from 303); Max value from RGB is 207 - color contains mainly: blue. Hex color #0858CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0858CF is #F7A730. Grayscale: #4D4D4D. Windows color (decimal): -16230193 or 13588488. OLE color: 13588488.

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

Color convert

RGB 8 88 207 -
CMYK 0.96 0.57 0 0.19
HSL 215.88º 0.93% 0.42% -
HSV(B) 215.88º 0.96% 0.81% -
XYZ 14.85 11.54 60.48 -
YUV 77.65 201 78.32 -
System Red Green Blue C M Y K H S L
Decimal 8 88 207 0.96 0.57 0 0.19 215.88 0.93 0.42
Hex 8 58 CF 60 39 0 13 D8 5D 2A
Octal 10 130 317 140 71 0 23 330 135 52
Binary 1000 1011000 11001111 1100000 111001 0 10011 11011000 1011101 101010

Color Harmonies of #0858CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0858CF

Black with #0858CF

Text Example


Text Example

White with #0858CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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