Html Css Color HEX #095DD9 Navy Blue

📋 copy color: '#095DD9'

red 9 ◦ green 93 ◦ blue 217

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

Shades of Navy Blue #095DD9

Tints of Navy Blue #095DD9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.15%

 BLUE value IS 217 (85.16% from 255) = 68.03%

R = 2.82%
G = 29.15%
B = 68.03%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#095DD9 (or 0x095DD9) is known color: Navy Blue. HEX triplet: 09, 5D and D9. RGB value is (9,93,217). Sum of RGB (Red+Green+Blue) = 9+93+217=319 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.82% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 217 (85.16% from 255 or 68.03% from 319); Max value from RGB is 217 - color contains mainly: blue. Hex color #095DD9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095DD9 is #F6A226. Grayscale: #515151. Windows color (decimal): -16163367 or 14245129. OLE color: 14245129.

HSL color Cylindrical-coordinate representation of color #095DD9: hue angle of 215.77º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095DD9 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 9 93 217 -
CMYK 0.96 0.57 0 0.15
HSL 215.77º 0.92% 0.44% -
HSV(B) 215.77º 0.96% 0.85% -
XYZ 16.55 12.9 67.26 -
YUV 82.02 204.17 75.92 -
System Red Green Blue C M Y K H S L
Decimal 9 93 217 0.96 0.57 0 0.15 215.77 0.92 0.44
Hex 9 5D D9 60 39 0 F D8 5C 2C
Octal 11 135 331 140 71 0 17 330 134 54
Binary 1001 1011101 11011001 1100000 111001 0 1111 11011000 1011100 101100

Color Harmonies of #095DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095DD9

Black with #095DD9

Text Example


Text Example

White with #095DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095DD9; }

 p { color: rgb(9,93,217); }

 H1.HeaderClassName
 {
   color: #095DD9;
 }
 .AnyTagClassName
 {
   color: #095DD9;
 }
</style>

background-color css

<style>
 a { background-color: #095DD9; }

 a { background-color: rgb(9,93,217); }

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

border-color css

<style>
 span { border-color: #095DD9; }

 span { border-color: rgb(9,93,217); }

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