Html Css Color HEX #095BAC Denim

📋 copy color: '#095BAC'

red 9 ◦ green 91 ◦ blue 172

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

Shades of Denim #095BAC

Tints of Denim #095BAC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.46%

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

R = 3.31%
G = 33.46%
B = 63.24%

CMYK

 C value IS 0.95

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#095BAC (or 0x095BAC) is known color: Denim. HEX triplet: 09, 5B and AC. RGB value is (9,91,172). Sum of RGB (Red+Green+Blue) = 9+91+172=272 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.31% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 172 (67.58% from 255 or 63.24% from 272); Max value from RGB is 172 - color contains mainly: blue. Hex color #095BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095BAC is #F6A453. Grayscale: #4B4B4B. Windows color (decimal): -16163924 or 11295497. OLE color: 11295497.

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

Color convert

RGB 9 91 172 -
CMYK 0.95 0.47 0 0.33
HSL 209.82º 0.9% 0.35% -
HSV(B) 209.82º 0.95% 0.67% -
XYZ 11.3 10.52 40.46 -
YUV 75.72 182.33 80.41 -
System Red Green Blue C M Y K H S L
Decimal 9 91 172 0.95 0.47 0 0.33 209.82 0.9 0.35
Hex 9 5B AC 5F 2F 0 21 D2 5A 23
Octal 11 133 254 137 57 0 41 322 132 43
Binary 1001 1011011 10101100 1011111 101111 0 100001 11010010 1011010 100011

Color Harmonies of #095BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095BAC

Black with #095BAC

Text Example


Text Example

White with #095BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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