#152D54

Color #152D54 Catalina Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Catalina Blue #152D54

Tints of Catalina Blue #152D54

Color information

#152D54 (or 0x152D54) is unknown color: approx Catalina Blue. HEX triplet: 15, 2D and 54. RGB value is (21,45,84). Sum of RGB (Red+Green+Blue) = 21+45+84=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 45 (17.97% from 255 or 30% from 150); Blue value is 84 (33.20% from 255 or 56% from 150); Max value from RGB is 84 - color contains mainly: blue. Hex color #152D54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152D54 is #EAD2AB. Grayscale: #2A2A2A. Windows color (decimal): -15389356 or 5516565. OLE color: 5516565.

HSL color Cylindrical-coordinate representation of color #152D54: hue angle of 217.14º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #152D54 is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB214584-
CMYK0.750.4600.67
HSL217.14º60%20.59%-
HSV(B)217.14º75%32.94%-
XYZ2.852.688.75-
YUV42.27151.55112.83-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14%
GREEN value IS 45 (17.97% from 255) = 30%
BLUE value IS 84 (33.20% from 255) = 56%
R=14%
G=30%
B=56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2145840.750.4600.67217.146020.59
Hex152D544B2E043d93c15
Octal25551241135601033317425
Binary1010110110110101001001011101110010000111101100111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152D54; }

 p { color: rgb(21,45,84); }

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

<style>
 a { background-color: #152D54; }

 a { background-color: rgb(21,45,84); }

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

<style>
 span { border-color: #152D54; }

 span { border-color: rgb(21,45,84); }

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