#152E54

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

Shades of Catalina Blue #152E54

Tints of Catalina Blue #152E54

Color information

#152E54 (or 0x152E54) is unknown color: approx Catalina Blue. HEX triplet: 15, 2E and 54. RGB value is (21,46,84). Sum of RGB (Red+Green+Blue) = 21+46+84=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 46 (18.36% from 255 or 30.46% from 151); Blue value is 84 (33.20% from 255 or 55.63% from 151); Max value from RGB is 84 - color contains mainly: blue. Hex color #152E54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152E54 is #EAD1AB. Grayscale: #2A2A2A. Windows color (decimal): -15389100 or 5516821. OLE color: 5516821.

HSL color Cylindrical-coordinate representation of color #152E54: hue angle of 216.19º 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 #152E54 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB214684-
CMYK0.750.4500.67
HSL216.19º60%20.59%-
HSV(B)216.19º75%32.94%-
XYZ2.892.758.77-
YUV42.86151.22112.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.91%
GREEN value IS 46 (18.36% from 255) = 30.46%
BLUE value IS 84 (33.20% from 255) = 55.63%
R=13.91%
G=30.46%
B=55.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2146840.750.4500.67216.196020.59
Hex152E544B2D043d83c15
Octal25561241135501033307425
Binary1010110111010101001001011101101010000111101100011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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