Html Css Color HEX #095ECC Navy Blue

📋 copy color: '#095ECC'

red 9 ◦ green 94 ◦ blue 204

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

Shades of Navy Blue #095ECC

Tints of Navy Blue #095ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 66.45%

R = 2.93%
G = 30.62%
B = 66.45%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#095ECC (or 0x095ECC) is known color: Navy Blue. HEX triplet: 09, 5E and CC. RGB value is (9,94,204). Sum of RGB (Red+Green+Blue) = 9+94+204=307 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.93% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 204 (80.08% from 255 or 66.45% from 307); Max value from RGB is 204 - color contains mainly: blue. Hex color #095ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095ECC is #F6A133. Grayscale: #505050. Windows color (decimal): -16163124 or 13393417. OLE color: 13393417.

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

Color convert

RGB 9 94 204 -
CMYK 0.96 0.54 0 0.2
HSL 213.85º 0.92% 0.42% -
HSV(B) 213.85º 0.96% 0.8% -
XYZ 15.01 12.42 58.73 -
YUV 81.13 197.34 76.56 -
System Red Green Blue C M Y K H S L
Decimal 9 94 204 0.96 0.54 0 0.2 213.85 0.92 0.42
Hex 9 5E CC 60 36 0 14 D6 5C 2A
Octal 11 136 314 140 66 0 24 326 134 52
Binary 1001 1011110 11001100 1100000 110110 0 10100 11010110 1011100 101010

Color Harmonies of #095ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095ECC

Black with #095ECC

Text Example


Text Example

White with #095ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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