Html Css Color HEX #095EAB Denim

📋 copy color: '#095EAB'

red 9 ◦ green 94 ◦ blue 171

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

Shades of Denim #095EAB

Tints of Denim #095EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 62.41%

R = 3.28%
G = 34.31%
B = 62.41%

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

#095EAB (or 0x095EAB) is known color: Denim. HEX triplet: 09, 5E and AB. RGB value is (9,94,171). Sum of RGB (Red+Green+Blue) = 9+94+171=274 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.28% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 171 (67.19% from 255 or 62.41% from 274); Max value from RGB is 171 - color contains mainly: blue. Hex color #095EAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095EAB is #F6A154. Grayscale: #4C4C4C. Windows color (decimal): -16163157 or 11230729. OLE color: 11230729.

HSL color Cylindrical-coordinate representation of color #095EAB: hue angle of 208.52º 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 #095EAB is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 94 171 -
CMYK 0.95 0.45 0 0.33
HSL 208.52º 0.9% 0.35% -
HSV(B) 208.52º 0.95% 0.67% -
XYZ 11.47 11 40.05 -
YUV 77.36 180.84 79.24 -
System Red Green Blue C M Y K H S L
Decimal 9 94 171 0.95 0.45 0 0.33 208.52 0.9 0.35
Hex 9 5E AB 5F 2D 0 21 D1 5A 23
Octal 11 136 253 137 55 0 41 321 132 43
Binary 1001 1011110 10101011 1011111 101101 0 100001 11010001 1011010 100011

Color Harmonies of #095EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095EAB

Black with #095EAB

Text Example


Text Example

White with #095EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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