Html Css Color HEX #095AAC Denim

📋 copy color: '#095AAC'

red 9 ◦ green 90 ◦ blue 172

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

Shades of Denim #095AAC

Tints of Denim #095AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 63.47%

R = 3.32%
G = 33.21%
B = 63.47%

CMYK

 C value IS 0.95

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#095AAC (or 0x095AAC) is known color: Denim. HEX triplet: 09, 5A and AC. RGB value is (9,90,172). Sum of RGB (Red+Green+Blue) = 9+90+172=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 172 (67.58% from 255 or 63.47% from 271); Max value from RGB is 172 - color contains mainly: blue. Hex color #095AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095AAC is #F6A553. Grayscale: #4A4A4A. Windows color (decimal): -16164180 or 11295241. OLE color: 11295241.

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

Color convert

RGB 9 90 172 -
CMYK 0.95 0.48 0 0.33
HSL 210.18º 0.9% 0.35% -
HSV(B) 210.18º 0.95% 0.67% -
XYZ 11.22 10.35 40.44 -
YUV 75.13 182.66 80.83 -
System Red Green Blue C M Y K H S L
Decimal 9 90 172 0.95 0.48 0 0.33 210.18 0.9 0.35
Hex 9 5A AC 5F 30 0 21 D2 5A 23
Octal 11 132 254 137 60 0 41 322 132 43
Binary 1001 1011010 10101100 1011111 110000 0 100001 11010010 1011010 100011

Color Harmonies of #095AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095AAC

Black with #095AAC

Text Example


Text Example

White with #095AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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