#0454C0

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

Shades of Denim #0454C0

Tints of Denim #0454C0

Color information

#0454C0 (or 0x0454C0) is unknown color: approx Denim. HEX triplet: 04, 54 and C0. RGB value is (4,84,192). Sum of RGB (Red+Green+Blue) = 4+84+192=280 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 192 (75.39% from 255 or 68.57% from 280); Max value from RGB is 192 - color contains mainly: blue. Hex color #0454C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0454C0 is #FBAB3F. Grayscale: #474747. Windows color (decimal): -16493376 or 12604420. OLE color: 12604420.

HSL color Cylindrical-coordinate representation of color #0454C0: hue angle of 214.47º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0454C0 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB484192-
CMYK0.980.5600.25
HSL214.47º95.92%38.43%-
HSV(B)214.47º97.92%75.29%-
XYZ12.7310.1751.16-
YUV72.39195.579.22-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.43%
GREEN value IS 84 (33.20% from 255) = 30%
BLUE value IS 192 (75.39% from 255) = 68.57%
R=1.43%
G=30%
B=68.57%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal4841920.980.5600.25214.4795.9238.43
Hex454C06238019d66026
Octal41243001427003132614046
Binary1001010100110000001100010111000011001110101101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0454C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0454C0; }

 p { color: rgb(4,84,192); }

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

<style>
 a { background-color: #0454C0; }

 a { background-color: rgb(4,84,192); }

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

<style>
 span { border-color: #0454C0; }

 span { border-color: rgb(4,84,192); }

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