#095CC4

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

Shades of Denim #095CC4

Tints of Denim #095CC4

Color information

#095CC4 (or 0x095CC4) is unknown color: approx Denim. HEX triplet: 09, 5C and C4. RGB value is (9,92,196). Sum of RGB (Red+Green+Blue) = 9+92+196=297 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.03% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 196 (76.95% from 255 or 65.99% from 297); Max value from RGB is 196 - color contains mainly: blue. Hex color #095CC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095CC4 is #F6A33B. Grayscale: #4E4E4E. Windows color (decimal): -16163644 or 12868617. OLE color: 12868617.

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

Color convert

RGB992196-
CMYK0.950.5300.23
HSL213.37º91.22%40.2%-
HSV(B)213.37º95.41%76.86%-
XYZ13.911.753.75-
YUV79.0419478.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.03%
GREEN value IS 92 (36.33% from 255) = 30.98%
BLUE value IS 196 (76.95% from 255) = 65.99%
R=3.03%
G=30.98%
B=65.99%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal9921960.950.5300.23213.3791.2240.2
Hex95CC45F35017d55b28
Octal111343041376502732513350
Binary10011011100110001001011111110101010111110101011011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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