Html Css Color HEX #095FAB Denim

📋 copy color: '#095FAB'

red 9 ◦ green 95 ◦ blue 171

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

Shades of Denim #095FAB

Tints of Denim #095FAB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.55%

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

R = 3.27%
G = 34.55%
B = 62.18%

CMYK

 C value IS 0.95

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#095FAB (or 0x095FAB) is known color: Denim. HEX triplet: 09, 5F and AB. RGB value is (9,95,171). Sum of RGB (Red+Green+Blue) = 9+95+171=275 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.27% from 275); Green value is 95 (37.5% from 255 or 34.55% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #095FAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095FAB is #F6A054. Grayscale: #4D4D4D. Windows color (decimal): -16162901 or 11230985. OLE color: 11230985.

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

Color convert

RGB 9 95 171 -
CMYK 0.95 0.44 0 0.33
HSL 208.15º 0.9% 0.35% -
HSV(B) 208.15º 0.95% 0.67% -
XYZ 11.56 11.18 40.08 -
YUV 77.95 180.51 78.82 -
System Red Green Blue C M Y K H S L
Decimal 9 95 171 0.95 0.44 0 0.33 208.15 0.9 0.35
Hex 9 5F AB 5F 2C 0 21 D0 5A 23
Octal 11 137 253 137 54 0 41 320 132 43
Binary 1001 1011111 10101011 1011111 101100 0 100001 11010000 1011010 100011

Color Harmonies of #095FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095FAB

Black with #095FAB

Text Example


Text Example

White with #095FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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