#045BBB

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

Shades of Denim #045BBB

Tints of Denim #045BBB

Color information

#045BBB (or 0x045BBB) is unknown color: approx Denim. HEX triplet: 04, 5B and BB. RGB value is (4,91,187). Sum of RGB (Red+Green+Blue) = 4+91+187=282 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 187 (73.44% from 255 or 66.31% from 282); Max value from RGB is 187 - color contains mainly: blue. Hex color #045BBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045BBB is #FBA444. Grayscale: #4B4B4B. Windows color (decimal): -16491589 or 12278532. OLE color: 12278532.

HSL color Cylindrical-coordinate representation of color #045BBB: hue angle of 211.48º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045BBB is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB491187-
CMYK0.980.5100.27
HSL211.48º95.81%37.45%-
HSV(B)211.48º97.86%73.33%-
XYZ12.7611.148.48-
YUV75.93190.6876.69-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.42%
GREEN value IS 91 (35.94% from 255) = 32.27%
BLUE value IS 187 (73.44% from 255) = 66.31%
R=1.42%
G=32.27%
B=66.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal4911870.980.5100.27211.4895.8137.45
Hex45BBB623301Bd36025
Octal41332731426303332314045
Binary1001011011101110111100010110011011011110100111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045BBB; }

 p { color: rgb(4,91,187); }

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

<style>
 a { background-color: #045BBB; }

 a { background-color: rgb(4,91,187); }

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

<style>
 span { border-color: #045BBB; }

 span { border-color: rgb(4,91,187); }

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