Html Css Color HEX #0959E9 Navy Blue

📋 copy color: '#0959E9'

red 9 ◦ green 89 ◦ blue 233

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

Shades of Navy Blue #0959E9

Tints of Navy Blue #0959E9

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.89%

 BLUE value IS 233 (91.41% from 255) = 70.39%

R = 2.72%
G = 26.89%
B = 70.39%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0959E9 (or 0x0959E9) is known color: Navy Blue. HEX triplet: 09, 59 and E9. RGB value is (9,89,233). Sum of RGB (Red+Green+Blue) = 9+89+233=331 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.72% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 233 (91.41% from 255 or 70.39% from 331); Max value from RGB is 233 - color contains mainly: blue. Hex color #0959E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0959E9 is #F6A616. Grayscale: #505050. Windows color (decimal): -16164375 or 15292681. OLE color: 15292681.

HSL color Cylindrical-coordinate representation of color #0959E9: hue angle of 218.57º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0959E9 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 9 89 233 -
CMYK 0.96 0.62 0 0.09
HSL 218.57º 0.93% 0.47% -
HSV(B) 218.57º 0.96% 0.91% -
XYZ 18.39 13.09 78.65 -
YUV 81.5 213.5 76.29 -
System Red Green Blue C M Y K H S L
Decimal 9 89 233 0.96 0.62 0 0.09 218.57 0.93 0.47
Hex 9 59 E9 60 3E 0 9 DB 5D 2F
Octal 11 131 351 140 76 0 11 333 135 57
Binary 1001 1011001 11101001 1100000 111110 0 1001 11011011 1011101 101111

Color Harmonies of #0959E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0959E9

Black with #0959E9

Text Example


Text Example

White with #0959E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0959E9; }

 p { color: rgb(9,89,233); }

 H1.HeaderClassName
 {
   color: #0959E9;
 }
 .AnyTagClassName
 {
   color: #0959E9;
 }
</style>

background-color css

<style>
 a { background-color: #0959E9; }

 a { background-color: rgb(9,89,233); }

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

border-color css

<style>
 span { border-color: #0959E9; }

 span { border-color: rgb(9,89,233); }

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