Html Css Color HEX #095EAA Denim

📋 copy color: '#095EAA'

red 9 ◦ green 94 ◦ blue 170

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

Shades of Denim #095EAA

Tints of Denim #095EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 62.27%

R = 3.3%
G = 34.43%
B = 62.27%

CMYK

 C value IS 0.95

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#095EAA (or 0x095EAA) is known color: Denim. HEX triplet: 09, 5E and AA. RGB value is (9,94,170). Sum of RGB (Red+Green+Blue) = 9+94+170=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #095EAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095EAA is #F6A155. Grayscale: #4C4C4C. Windows color (decimal): -16163158 or 11165193. OLE color: 11165193.

HSL color Cylindrical-coordinate representation of color #095EAA: hue angle of 208.32º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095EAA is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 94 170 -
CMYK 0.95 0.45 0 0.33
HSL 208.32º 0.9% 0.35% -
HSV(B) 208.32º 0.95% 0.67% -
XYZ 11.37 10.97 39.55 -
YUV 77.25 180.34 79.32 -
System Red Green Blue C M Y K H S L
Decimal 9 94 170 0.95 0.45 0 0.33 208.32 0.9 0.35
Hex 9 5E AA 5F 2D 0 21 D0 5A 23
Octal 11 136 252 137 55 0 41 320 132 43
Binary 1001 1011110 10101010 1011111 101101 0 100001 11010000 1011010 100011

Color Harmonies of #095EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095EAA

Black with #095EAA

Text Example


Text Example

White with #095EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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