Html Css Color HEX #0958DB Navy Blue

📋 copy color: '#0958DB'

red 9 ◦ green 88 ◦ blue 219

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

Shades of Navy Blue #0958DB

Tints of Navy Blue #0958DB

RGB

 RED value IS 9 (3.91% from 255) = 2.85%

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

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

R = 2.85%
G = 27.85%
B = 69.3%

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

#0958DB (or 0x0958DB) is known color: Navy Blue. HEX triplet: 09, 58 and DB. RGB value is (9,88,219). Sum of RGB (Red+Green+Blue) = 9+88+219=316 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.85% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 219 (85.94% from 255 or 69.30% from 316); Max value from RGB is 219 - color contains mainly: blue. Hex color #0958DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0958DB is #F6A724. Grayscale: #4E4E4E. Windows color (decimal): -16164645 or 14374921. OLE color: 14374921.

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

Color convert

RGB 9 88 219 -
CMYK 0.96 0.60 0 0.14
HSL 217.43º 0.92% 0.45% -
HSV(B) 217.43º 0.96% 0.86% -
XYZ 16.39 12.15 68.5 -
YUV 79.31 206.83 77.85 -
System Red Green Blue C M Y K H S L
Decimal 9 88 219 0.96 0.60 0 0.14 217.43 0.92 0.45
Hex 9 58 DB 60 3C 0 E D9 5C 2D
Octal 11 130 333 140 74 0 16 331 134 55
Binary 1001 1011000 11011011 1100000 111100 0 1110 11011001 1011100 101101

Color Harmonies of #0958DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0958DB

Black with #0958DB

Text Example


Text Example

White with #0958DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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