Html Css Color HEX #095FAE Denim

📋 copy color: '#095FAE'

red 9 ◦ green 95 ◦ blue 174

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

Shades of Denim #095FAE

Tints of Denim #095FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 62.59%

R = 3.24%
G = 34.17%
B = 62.59%

CMYK

 C value IS 0.95

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#095FAE (or 0x095FAE) is known color: Denim. HEX triplet: 09, 5F and AE. RGB value is (9,95,174). Sum of RGB (Red+Green+Blue) = 9+95+174=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 174 (68.36% from 255 or 62.59% from 278); Max value from RGB is 174 - color contains mainly: blue. Hex color #095FAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095FAE is #F6A051. Grayscale: #4D4D4D. Windows color (decimal): -16162898 or 11427593. OLE color: 11427593.

HSL color Cylindrical-coordinate representation of color #095FAE: hue angle of 208.73º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095FAE is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 9 95 174 -
CMYK 0.95 0.45 0 0.32
HSL 208.73º 0.9% 0.36% -
HSV(B) 208.73º 0.95% 0.68% -
XYZ 11.84 11.3 41.6 -
YUV 78.29 182.01 78.58 -
System Red Green Blue C M Y K H S L
Decimal 9 95 174 0.95 0.45 0 0.32 208.73 0.9 0.36
Hex 9 5F AE 5F 2D 0 20 D1 5A 24
Octal 11 137 256 137 55 0 40 321 132 44
Binary 1001 1011111 10101110 1011111 101101 0 100000 11010001 1011010 100100

Color Harmonies of #095FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095FAE

Black with #095FAE

Text Example


Text Example

White with #095FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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