Html Css Color HEX #095AB4 Denim

📋 copy color: '#095AB4'

red 9 ◦ green 90 ◦ blue 180

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

Shades of Denim #095AB4

Tints of Denim #095AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 64.52%

R = 3.23%
G = 32.26%
B = 64.52%

CMYK

 C value IS 0.95

 M value IS 0.50

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#095AB4 (or 0x095AB4) is known color: Denim. HEX triplet: 09, 5A and B4. RGB value is (9,90,180). Sum of RGB (Red+Green+Blue) = 9+90+180=279 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.23% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 180 (70.70% from 255 or 64.52% from 279); Max value from RGB is 180 - color contains mainly: blue. Hex color #095AB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095AB4 is #F6A54B. Grayscale: #4B4B4B. Windows color (decimal): -16164172 or 11819529. OLE color: 11819529.

HSL color Cylindrical-coordinate representation of color #095AB4: hue angle of 211.58º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095AB4 is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 9 90 180 -
CMYK 0.95 0.50 0 0.29
HSL 211.58º 0.9% 0.37% -
HSV(B) 211.58º 0.95% 0.71% -
XYZ 12.01 10.67 44.61 -
YUV 76.04 186.66 80.18 -
System Red Green Blue C M Y K H S L
Decimal 9 90 180 0.95 0.50 0 0.29 211.58 0.9 0.37
Hex 9 5A B4 5F 32 0 1D D4 5A 25
Octal 11 132 264 137 62 0 35 324 132 45
Binary 1001 1011010 10110100 1011111 110010 0 11101 11010100 1011010 100101

Color Harmonies of #095AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095AB4

Black with #095AB4

Text Example


Text Example

White with #095AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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