Html Css Color HEX #095DDD Navy Blue

📋 copy color: '#095DDD'

red 9 ◦ green 93 ◦ blue 221

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

Shades of Navy Blue #095DDD

Tints of Navy Blue #095DDD

RGB

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

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

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

R = 2.79%
G = 28.79%
B = 68.42%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#095DDD (or 0x095DDD) is known color: Navy Blue. HEX triplet: 09, 5D and DD. RGB value is (9,93,221). Sum of RGB (Red+Green+Blue) = 9+93+221=323 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.79% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 221 (86.72% from 255 or 68.42% from 323); Max value from RGB is 221 - color contains mainly: blue. Hex color #095DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095DDD is #F6A222. Grayscale: #515151. Windows color (decimal): -16163363 or 14507273. OLE color: 14507273.

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

Color convert

RGB 9 93 221 -
CMYK 0.96 0.58 0 0.13
HSL 216.23º 0.92% 0.45% -
HSV(B) 216.23º 0.96% 0.87% -
XYZ 17.08 13.11 70.04 -
YUV 82.48 206.17 75.59 -
System Red Green Blue C M Y K H S L
Decimal 9 93 221 0.96 0.58 0 0.13 216.23 0.92 0.45
Hex 9 5D DD 60 3A 0 D D8 5C 2D
Octal 11 135 335 140 72 0 15 330 134 55
Binary 1001 1011101 11011101 1100000 111010 0 1101 11011000 1011100 101101

Color Harmonies of #095DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095DDD

Black with #095DDD

Text Example


Text Example

White with #095DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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