Html Css Color HEX #0959DE Navy Blue

📋 copy color: '#0959DE'

red 9 ◦ green 89 ◦ blue 222

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

Shades of Navy Blue #0959DE

Tints of Navy Blue #0959DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 69.38%

R = 2.81%
G = 27.81%
B = 69.38%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0959DE (or 0x0959DE) is known color: Navy Blue. HEX triplet: 09, 59 and DE. RGB value is (9,89,222). Sum of RGB (Red+Green+Blue) = 9+89+222=320 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.81% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 222 (87.11% from 255 or 69.38% from 320); Max value from RGB is 222 - color contains mainly: blue. Hex color #0959DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0959DE is #F6A621. Grayscale: #4F4F4F. Windows color (decimal): -16164386 or 14571785. OLE color: 14571785.

HSL color Cylindrical-coordinate representation of color #0959DE: hue angle of 217.46º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0959DE is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 89 222 -
CMYK 0.96 0.60 0 0.13
HSL 217.46º 0.92% 0.45% -
HSV(B) 217.46º 0.96% 0.87% -
XYZ 16.87 12.48 70.63 -
YUV 80.24 208 77.19 -
System Red Green Blue C M Y K H S L
Decimal 9 89 222 0.96 0.60 0 0.13 217.46 0.92 0.45
Hex 9 59 DE 60 3C 0 D D9 5C 2D
Octal 11 131 336 140 74 0 15 331 134 55
Binary 1001 1011001 11011110 1100000 111100 0 1101 11011001 1011100 101101

Color Harmonies of #0959DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0959DE

Black with #0959DE

Text Example


Text Example

White with #0959DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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