#0453BD

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

Shades of Denim #0453BD

Tints of Denim #0453BD

Color information

#0453BD (or 0x0453BD) is unknown color: approx Denim. HEX triplet: 04, 53 and BD. RGB value is (4,83,189). Sum of RGB (Red+Green+Blue) = 4+83+189=276 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 189 (74.22% from 255 or 68.48% from 276); Max value from RGB is 189 - color contains mainly: blue. Hex color #0453BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0453BD is #FBAC42. Grayscale: #464646. Windows color (decimal): -16493635 or 12407556. OLE color: 12407556.

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

Color convert

RGB483189-
CMYK0.980.5600.26
HSL214.38º95.85%37.84%-
HSV(B)214.38º97.88%74.12%-
XYZ12.339.8949.4-
YUV71.46194.3379.88-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.45%
GREEN value IS 83 (32.81% from 255) = 30.07%
BLUE value IS 189 (74.22% from 255) = 68.48%
R=1.45%
G=30.07%
B=68.48%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal4831890.980.5600.26214.3895.8537.84
Hex453BD623801Ad66026
Octal41232751427003232614046
Binary1001010011101111011100010111000011010110101101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0453BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0453BD; }

 p { color: rgb(4,83,189); }

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

<style>
 a { background-color: #0453BD; }

 a { background-color: rgb(4,83,189); }

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

<style>
 span { border-color: #0453BD; }

 span { border-color: rgb(4,83,189); }

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