Html Css Color HEX #095DD8 Navy Blue

📋 copy color: '#095DD8'

red 9 ◦ green 93 ◦ blue 216

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

Shades of Navy Blue #095DD8

Tints of Navy Blue #095DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 67.92%

R = 2.83%
G = 29.25%
B = 67.92%

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

#095DD8 (or 0x095DD8) is known color: Navy Blue. HEX triplet: 09, 5D and D8. RGB value is (9,93,216). Sum of RGB (Red+Green+Blue) = 9+93+216=318 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.83% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 216 (84.77% from 255 or 67.92% from 318); Max value from RGB is 216 - color contains mainly: blue. Hex color #095DD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095DD8 is #F6A227. Grayscale: #515151. Windows color (decimal): -16163368 or 14179593. OLE color: 14179593.

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

Color convert

RGB 9 93 216 -
CMYK 0.96 0.57 0 0.15
HSL 215.65º 0.92% 0.44% -
HSV(B) 215.65º 0.96% 0.85% -
XYZ 16.42 12.84 66.58 -
YUV 81.91 203.67 76 -
System Red Green Blue C M Y K H S L
Decimal 9 93 216 0.96 0.57 0 0.15 215.65 0.92 0.44
Hex 9 5D D8 60 39 0 F D8 5C 2C
Octal 11 135 330 140 71 0 17 330 134 54
Binary 1001 1011101 11011000 1100000 111001 0 1111 11011000 1011100 101100

Color Harmonies of #095DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095DD8

Black with #095DD8

Text Example


Text Example

White with #095DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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