#0455C2

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

Shades of Denim #0455C2

Tints of Denim #0455C2

Color information

#0455C2 (or 0x0455C2) is unknown color: approx Denim. HEX triplet: 04, 55 and C2. RGB value is (4,85,194). Sum of RGB (Red+Green+Blue) = 4+85+194=283 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 194 (76.17% from 255 or 68.55% from 283); Max value from RGB is 194 - color contains mainly: blue. Hex color #0455C2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0455C2 is #FBAA3D. Grayscale: #484848. Windows color (decimal): -16493118 or 12735748. OLE color: 12735748.

HSL color Cylindrical-coordinate representation of color #0455C2: hue angle of 214.42º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0455C2 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB485194-
CMYK0.980.5600.24
HSL214.42º95.96%38.82%-
HSV(B)214.42º97.94%76.08%-
XYZ13.0410.4252.36-
YUV73.21196.1678.64-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.41%
GREEN value IS 85 (33.59% from 255) = 30.04%
BLUE value IS 194 (76.17% from 255) = 68.55%
R=1.41%
G=30.04%
B=68.55%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal4851940.980.5600.24214.4295.9638.82
Hex455C26238018d66027
Octal41253021427003032614047
Binary1001010101110000101100010111000011000110101101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0455C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0455C2; }

 p { color: rgb(4,85,194); }

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

<style>
 a { background-color: #0455C2; }

 a { background-color: rgb(4,85,194); }

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

<style>
 span { border-color: #0455C2; }

 span { border-color: rgb(4,85,194); }

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