Html Css Color HEX #095ABD Denim

📋 copy color: '#095ABD'

red 9 ◦ green 90 ◦ blue 189

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

Shades of Denim #095ABD

Tints of Denim #095ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 65.63%

R = 3.13%
G = 31.25%
B = 65.63%

CMYK

 C value IS 0.95

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#095ABD (or 0x095ABD) is known color: Denim. HEX triplet: 09, 5A and BD. RGB value is (9,90,189). Sum of RGB (Red+Green+Blue) = 9+90+189=288 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.12% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 189 (74.22% from 255 or 65.62% from 288); Max value from RGB is 189 - color contains mainly: blue. Hex color #095ABD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095ABD is #F6A542. Grayscale: #4C4C4C. Windows color (decimal): -16164163 or 12409353. OLE color: 12409353.

HSL color Cylindrical-coordinate representation of color #095ABD: hue angle of 213º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095ABD is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 9 90 189 -
CMYK 0.95 0.52 0 0.26
HSL 213º 0.91% 0.39% -
HSV(B) 213º 0.95% 0.74% -
XYZ 12.95 11.04 49.59 -
YUV 77.07 191.16 79.45 -
System Red Green Blue C M Y K H S L
Decimal 9 90 189 0.95 0.52 0 0.26 213 0.91 0.39
Hex 9 5A BD 5F 34 0 1A D5 5B 27
Octal 11 132 275 137 64 0 32 325 133 47
Binary 1001 1011010 10111101 1011111 110100 0 11010 11010101 1011011 100111

Color Harmonies of #095ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095ABD

Black with #095ABD

Text Example


Text Example

White with #095ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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