Html Css Color HEX #0858DB Navy Blue

📋 copy color: '#0858DB'

red 8 ◦ green 88 ◦ blue 219

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

Shades of Navy Blue #0858DB

Tints of Navy Blue #0858DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 69.52%

R = 2.54%
G = 27.94%
B = 69.52%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0858DB (or 0x0858DB) is known color: Navy Blue. HEX triplet: 08, 58 and DB. RGB value is (8,88,219). Sum of RGB (Red+Green+Blue) = 8+88+219=315 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.54% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 219 (85.94% from 255 or 69.52% from 315); Max value from RGB is 219 - color contains mainly: blue. Hex color #0858DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0858DB is #F7A724. Grayscale: #4E4E4E. Windows color (decimal): -16230181 or 14374920. OLE color: 14374920.

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

Color convert

RGB 8 88 219 -
CMYK 0.96 0.60 0 0.14
HSL 217.25º 0.93% 0.45% -
HSV(B) 217.25º 0.96% 0.86% -
XYZ 16.38 12.15 68.5 -
YUV 79.01 207 77.35 -
System Red Green Blue C M Y K H S L
Decimal 8 88 219 0.96 0.60 0 0.14 217.25 0.93 0.45
Hex 8 58 DB 60 3C 0 E D9 5D 2D
Octal 10 130 333 140 74 0 16 331 135 55
Binary 1000 1011000 11011011 1100000 111100 0 1110 11011001 1011101 101101

Color Harmonies of #0858DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0858DB

Black with #0858DB

Text Example


Text Example

White with #0858DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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