#094CC3

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

Shades of Denim #094CC3

Tints of Denim #094CC3

Color information

#094CC3 (or 0x094CC3) is unknown color: approx Denim. HEX triplet: 09, 4C and C3. RGB value is (9,76,195). Sum of RGB (Red+Green+Blue) = 9+76+195=280 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.21% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 195 (76.56% from 255 or 69.64% from 280); Max value from RGB is 195 - color contains mainly: blue. Hex color #094CC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #094CC3 is #F6B33C. Grayscale: #444444. Windows color (decimal): -16167741 or 12798985. OLE color: 12798985.

HSL color Cylindrical-coordinate representation of color #094CC3: hue angle of 218.39º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #094CC3 is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB976195-
CMYK0.950.6100.24
HSL218.39º91.18%40%-
HSV(B)218.39º95.38%76.47%-
XYZ12.559.1752.74-
YUV69.53198.884.82-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.21%
GREEN value IS 76 (30.08% from 255) = 27.14%
BLUE value IS 195 (76.56% from 255) = 69.64%
R=3.21%
G=27.14%
B=69.64%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal9761950.950.6100.24218.3991.1840
Hex94CC35F3D018da5b28
Octal111143031377503033213350
Binary10011001100110000111011111111101011000110110101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094CC3; }

 p { color: rgb(9,76,195); }

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

<style>
 a { background-color: #094CC3; }

 a { background-color: rgb(9,76,195); }

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

<style>
 span { border-color: #094CC3; }

 span { border-color: rgb(9,76,195); }

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