Html Css Color HEX #0959DD Navy Blue

📋 copy color: '#0959DD'

red 9 ◦ green 89 ◦ blue 221

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

Shades of Navy Blue #0959DD

Tints of Navy Blue #0959DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 69.28%

R = 2.82%
G = 27.9%
B = 69.28%

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

#0959DD (or 0x0959DD) is known color: Navy Blue. HEX triplet: 09, 59 and DD. RGB value is (9,89,221). Sum of RGB (Red+Green+Blue) = 9+89+221=319 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.82% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 221 (86.72% from 255 or 69.28% from 319); Max value from RGB is 221 - color contains mainly: blue. Hex color #0959DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0959DD is #F6A622. Grayscale: #4F4F4F. Windows color (decimal): -16164387 or 14506249. OLE color: 14506249.

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

Color convert

RGB 9 89 221 -
CMYK 0.96 0.60 0 0.13
HSL 217.36º 0.92% 0.45% -
HSV(B) 217.36º 0.96% 0.87% -
XYZ 16.74 12.42 69.92 -
YUV 80.13 207.5 77.27 -
System Red Green Blue C M Y K H S L
Decimal 9 89 221 0.96 0.60 0 0.13 217.36 0.92 0.45
Hex 9 59 DD 60 3C 0 D D9 5C 2D
Octal 11 131 335 140 74 0 15 331 134 55
Binary 1001 1011001 11011101 1100000 111100 0 1101 11011001 1011100 101101

Color Harmonies of #0959DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0959DD

Black with #0959DD

Text Example


Text Example

White with #0959DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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