Html Css Color HEX #095CAB Denim

📋 copy color: '#095CAB'

red 9 ◦ green 92 ◦ blue 171

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

Shades of Denim #095CAB

Tints of Denim #095CAB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.82%

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

R = 3.31%
G = 33.82%
B = 62.87%

CMYK

 C value IS 0.95

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#095CAB (or 0x095CAB) is known color: Denim. HEX triplet: 09, 5C and AB. RGB value is (9,92,171). Sum of RGB (Red+Green+Blue) = 9+92+171=272 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.31% from 272); Green value is 92 (36.33% from 255 or 33.82% from 272); Blue value is 171 (67.19% from 255 or 62.87% from 272); Max value from RGB is 171 - color contains mainly: blue. Hex color #095CAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095CAB is #F6A354. Grayscale: #4B4B4B. Windows color (decimal): -16163669 or 11230217. OLE color: 11230217.

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

Color convert

RGB 9 92 171 -
CMYK 0.95 0.46 0 0.33
HSL 209.26º 0.9% 0.35% -
HSV(B) 209.26º 0.95% 0.67% -
XYZ 11.29 10.65 39.99 -
YUV 76.19 181.5 80.08 -
System Red Green Blue C M Y K H S L
Decimal 9 92 171 0.95 0.46 0 0.33 209.26 0.9 0.35
Hex 9 5C AB 5F 2E 0 21 D1 5A 23
Octal 11 134 253 137 56 0 41 321 132 43
Binary 1001 1011100 10101011 1011111 101110 0 100001 11010001 1011010 100011

Color Harmonies of #095CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095CAB

Black with #095CAB

Text Example


Text Example

White with #095CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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