#045CBB

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

Shades of Denim #045CBB

Tints of Denim #045CBB

Color information

#045CBB (or 0x045CBB) is unknown color: approx Denim. HEX triplet: 04, 5C and BB. RGB value is (4,92,187). Sum of RGB (Red+Green+Blue) = 4+92+187=283 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 187 (73.44% from 255 or 66.08% from 283); Max value from RGB is 187 - color contains mainly: blue. Hex color #045CBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045CBB is #FBA344. Grayscale: #4C4C4C. Windows color (decimal): -16491333 or 12278788. OLE color: 12278788.

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

Color convert

RGB492187-
CMYK0.980.5100.27
HSL211.15º95.81%37.45%-
HSV(B)211.15º97.86%73.33%-
XYZ12.8511.2748.51-
YUV76.52190.3576.28-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.41%
GREEN value IS 92 (36.33% from 255) = 32.51%
BLUE value IS 187 (73.44% from 255) = 66.08%
R=1.41%
G=32.51%
B=66.08%

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
Decimal4921870.980.5100.27211.1595.8137.45
Hex45CBB623301Bd36025
Octal41342731426303332314045
Binary1001011100101110111100010110011011011110100111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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