Html Css Color HEX #095DD6 Navy Blue

📋 copy color: '#095DD6'

red 9 ◦ green 93 ◦ blue 214

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

Shades of Navy Blue #095DD6

Tints of Navy Blue #095DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 67.72%

R = 2.85%
G = 29.43%
B = 67.72%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#095DD6 (or 0x095DD6) is known color: Navy Blue. HEX triplet: 09, 5D and D6. RGB value is (9,93,214). Sum of RGB (Red+Green+Blue) = 9+93+214=316 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.85% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 214 (83.98% from 255 or 67.72% from 316); Max value from RGB is 214 - color contains mainly: blue. Hex color #095DD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095DD6 is #F6A229. Grayscale: #515151. Windows color (decimal): -16163370 or 14048521. OLE color: 14048521.

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

Color convert

RGB 9 93 214 -
CMYK 0.96 0.57 0 0.16
HSL 215.41º 0.92% 0.44% -
HSV(B) 215.41º 0.96% 0.84% -
XYZ 16.16 12.74 65.23 -
YUV 81.68 202.67 76.16 -
System Red Green Blue C M Y K H S L
Decimal 9 93 214 0.96 0.57 0 0.16 215.41 0.92 0.44
Hex 9 5D D6 60 39 0 10 D7 5C 2C
Octal 11 135 326 140 71 0 20 327 134 54
Binary 1001 1011101 11010110 1100000 111001 0 10000 11010111 1011100 101100

Color Harmonies of #095DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095DD6

Black with #095DD6

Text Example


Text Example

White with #095DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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