Html Css Color HEX #095AAE Denim

📋 copy color: '#095AAE'

red 9 ◦ green 90 ◦ blue 174

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

Shades of Denim #095AAE

Tints of Denim #095AAE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.97%

 BLUE value IS 174 (68.36% from 255) = 63.74%

R = 3.3%
G = 32.97%
B = 63.74%

CMYK

 C value IS 0.95

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#095AAE (or 0x095AAE) is known color: Denim. HEX triplet: 09, 5A and AE. RGB value is (9,90,174). Sum of RGB (Red+Green+Blue) = 9+90+174=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 174 (68.36% from 255 or 63.74% from 273); Max value from RGB is 174 - color contains mainly: blue. Hex color #095AAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095AAE is #F6A551. Grayscale: #4A4A4A. Windows color (decimal): -16164178 or 11426313. OLE color: 11426313.

HSL color Cylindrical-coordinate representation of color #095AAE: hue angle of 210.55º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095AAE is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 9 90 174 -
CMYK 0.95 0.48 0 0.32
HSL 210.55º 0.9% 0.36% -
HSV(B) 210.55º 0.95% 0.68% -
XYZ 11.41 10.43 41.46 -
YUV 75.36 183.66 80.67 -
System Red Green Blue C M Y K H S L
Decimal 9 90 174 0.95 0.48 0 0.32 210.55 0.9 0.36
Hex 9 5A AE 5F 30 0 20 D3 5A 24
Octal 11 132 256 137 60 0 40 323 132 44
Binary 1001 1011010 10101110 1011111 110000 0 100000 11010011 1011010 100100

Color Harmonies of #095AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095AAE

Black with #095AAE

Text Example


Text Example

White with #095AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,90,174); }

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

background-color css

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

 a { background-color: rgb(9,90,174); }

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

border-color css

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

 span { border-color: rgb(9,90,174); }

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