#045DBB

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

Shades of Denim #045DBB

Tints of Denim #045DBB

Color information

#045DBB (or 0x045DBB) is unknown color: approx Denim. HEX triplet: 04, 5D and BB. RGB value is (4,93,187). Sum of RGB (Red+Green+Blue) = 4+93+187=284 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 187 (73.44% from 255 or 65.85% from 284); Max value from RGB is 187 - color contains mainly: blue. Hex color #045DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045DBB is #FBA244. Grayscale: #4C4C4C. Windows color (decimal): -16491077 or 12279044. OLE color: 12279044.

HSL color Cylindrical-coordinate representation of color #045DBB: hue angle of 210.82º 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 #045DBB is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB493187-
CMYK0.980.5000.27
HSL210.82º95.81%37.45%-
HSV(B)210.82º97.86%73.33%-
XYZ12.9311.4448.54-
YUV77.1190.0175.86-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.41%
GREEN value IS 93 (36.72% from 255) = 32.75%
BLUE value IS 187 (73.44% from 255) = 65.85%
R=1.41%
G=32.75%
B=65.85%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal4931870.980.5000.27210.8295.8137.45
Hex45DBB623201Bd36025
Octal41352731426203332314045
Binary1001011101101110111100010110010011011110100111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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