Html Css Color HEX #095DC9 Navy Blue

📋 copy color: '#095DC9'

red 9 ◦ green 93 ◦ blue 201

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

Shades of Navy Blue #095DC9

Tints of Navy Blue #095DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 66.34%

R = 2.97%
G = 30.69%
B = 66.34%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#095DC9 (or 0x095DC9) is known color: Navy Blue. HEX triplet: 09, 5D and C9. RGB value is (9,93,201). Sum of RGB (Red+Green+Blue) = 9+93+201=303 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.97% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 201 (78.91% from 255 or 66.34% from 303); Max value from RGB is 201 - color contains mainly: blue. Hex color #095DC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095DC9 is #F6A236. Grayscale: #4F4F4F. Windows color (decimal): -16163383 or 13196553. OLE color: 13196553.

HSL color Cylindrical-coordinate representation of color #095DC9: hue angle of 213.75º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095DC9 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 9 93 201 -
CMYK 0.96 0.54 0 0.21
HSL 213.75º 0.91% 0.41% -
HSV(B) 213.75º 0.96% 0.79% -
XYZ 14.57 12.1 56.83 -
YUV 80.2 196.17 77.22 -
System Red Green Blue C M Y K H S L
Decimal 9 93 201 0.96 0.54 0 0.21 213.75 0.91 0.41
Hex 9 5D C9 60 36 0 15 D6 5B 29
Octal 11 135 311 140 66 0 25 326 133 51
Binary 1001 1011101 11001001 1100000 110110 0 10101 11010110 1011011 101001

Color Harmonies of #095DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095DC9

Black with #095DC9

Text Example


Text Example

White with #095DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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