#095FC4

Color #095FC4 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #095FC4

Tints of Denim #095FC4

Color information

#095FC4 (or 0x095FC4) is unknown color: approx Denim. HEX triplet: 09, 5F and C4. RGB value is (9,95,196). Sum of RGB (Red+Green+Blue) = 9+95+196=300 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 196 (76.95% from 255 or 65.33% from 300); Max value from RGB is 196 - color contains mainly: blue. Hex color #095FC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095FC4 is #F6A03B. Grayscale: #505050. Windows color (decimal): -16162876 or 12869385. OLE color: 12869385.

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

Color convert

RGB995196-
CMYK0.950.5200.23
HSL212.41º91.22%40.2%-
HSV(B)212.41º95.41%76.86%-
XYZ14.1712.2353.84-
YUV80.8193.0176.79-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3%
GREEN value IS 95 (37.5% from 255) = 31.67%
BLUE value IS 196 (76.95% from 255) = 65.33%
R=3%
G=31.67%
B=65.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal9951960.950.5200.23212.4191.2240.2
Hex95FC45F34017d45b28
Octal111373041376402732413350
Binary10011011111110001001011111110100010111110101001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #095FC4;
 }
 .AnyTagClassName
 {
   color: #095FC4;
 }
</style>
background-color css

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

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

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

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

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

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