Html Css Color HEX #095DD7 Navy Blue

📋 copy color: '#095DD7'

red 9 ◦ green 93 ◦ blue 215

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

Shades of Navy Blue #095DD7

Tints of Navy Blue #095DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 67.82%

R = 2.84%
G = 29.34%
B = 67.82%

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

#095DD7 (or 0x095DD7) is known color: Navy Blue. HEX triplet: 09, 5D and D7. RGB value is (9,93,215). Sum of RGB (Red+Green+Blue) = 9+93+215=317 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.84% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 215 (84.38% from 255 or 67.82% from 317); Max value from RGB is 215 - color contains mainly: blue. Hex color #095DD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095DD7 is #F6A228. Grayscale: #515151. Windows color (decimal): -16163369 or 14114057. OLE color: 14114057.

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

Color convert

RGB 9 93 215 -
CMYK 0.96 0.57 0 0.16
HSL 215.53º 0.92% 0.44% -
HSV(B) 215.53º 0.96% 0.84% -
XYZ 16.29 12.79 65.9 -
YUV 81.79 203.17 76.08 -
System Red Green Blue C M Y K H S L
Decimal 9 93 215 0.96 0.57 0 0.16 215.53 0.92 0.44
Hex 9 5D D7 60 39 0 10 D8 5C 2C
Octal 11 135 327 140 71 0 20 330 134 54
Binary 1001 1011101 11010111 1100000 111001 0 10000 11011000 1011100 101100

Color Harmonies of #095DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095DD7

Black with #095DD7

Text Example


Text Example

White with #095DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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