#0452BF

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

Shades of Denim #0452BF

Tints of Denim #0452BF

Color information

#0452BF (or 0x0452BF) is unknown color: approx Denim. HEX triplet: 04, 52 and BF. RGB value is (4,82,191). Sum of RGB (Red+Green+Blue) = 4+82+191=277 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 191 (75% from 255 or 68.95% from 277); Max value from RGB is 191 - color contains mainly: blue. Hex color #0452BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0452BF is #FBAD40. Grayscale: #464646. Windows color (decimal): -16493889 or 12538372. OLE color: 12538372.

HSL color Cylindrical-coordinate representation of color #0452BF: hue angle of 214.97º 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 #0452BF is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB482191-
CMYK0.980.5700.25
HSL214.97º95.9%38.24%-
HSV(B)214.97º97.91%74.9%-
XYZ12.479.8250.53-
YUV71.1195.6680.14-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.44%
GREEN value IS 82 (32.42% from 255) = 29.60%
BLUE value IS 191 (75% from 255) = 68.95%
R=1.44%
G=29.60%
B=68.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal4821910.980.5700.25214.9795.938.24
Hex452BF6239019d76026
Octal41222771427103132714046
Binary1001010010101111111100010111001011001110101111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0452BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0452BF; }

 p { color: rgb(4,82,191); }

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

<style>
 a { background-color: #0452BF; }

 a { background-color: rgb(4,82,191); }

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

<style>
 span { border-color: #0452BF; }

 span { border-color: rgb(4,82,191); }

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