Html Css Color HEX #095ECD Navy Blue

📋 copy color: '#095ECD'

red 9 ◦ green 94 ◦ blue 205

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

Shades of Navy Blue #095ECD

Tints of Navy Blue #095ECD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.52%

 BLUE value IS 205 (80.47% from 255) = 66.56%

R = 2.92%
G = 30.52%
B = 66.56%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#095ECD (or 0x095ECD) is known color: Navy Blue. HEX triplet: 09, 5E and CD. RGB value is (9,94,205). Sum of RGB (Red+Green+Blue) = 9+94+205=308 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.92% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 205 (80.47% from 255 or 66.56% from 308); Max value from RGB is 205 - color contains mainly: blue. Hex color #095ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095ECD is #F6A132. Grayscale: #505050. Windows color (decimal): -16163123 or 13458953. OLE color: 13458953.

HSL color Cylindrical-coordinate representation of color #095ECD: hue angle of 213.98º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095ECD is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 94 205 -
CMYK 0.96 0.54 0 0.20
HSL 213.98º 0.92% 0.42% -
HSV(B) 213.98º 0.96% 0.8% -
XYZ 15.13 12.47 59.37 -
YUV 81.24 197.84 76.47 -
System Red Green Blue C M Y K H S L
Decimal 9 94 205 0.96 0.54 0 0.20 213.98 0.92 0.42
Hex 9 5E CD 60 36 0 14 D6 5C 2A
Octal 11 136 315 140 66 0 24 326 134 52
Binary 1001 1011110 11001101 1100000 110110 0 10100 11010110 1011100 101010

Color Harmonies of #095ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095ECD

Black with #095ECD

Text Example


Text Example

White with #095ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,94,205); }

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

background-color css

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

 a { background-color: rgb(9,94,205); }

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

border-color css

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

 span { border-color: rgb(9,94,205); }

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