#152D53

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

Shades of Catalina Blue #152D53

Tints of Catalina Blue #152D53

Color information

#152D53 (or 0x152D53) is unknown color: approx Catalina Blue. HEX triplet: 15, 2D and 53. RGB value is (21,45,83). Sum of RGB (Red+Green+Blue) = 21+45+83=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 45 (17.97% from 255 or 30.20% from 149); Blue value is 83 (32.81% from 255 or 55.70% from 149); Max value from RGB is 83 - color contains mainly: blue. Hex color #152D53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152D53 is #EAD2AC. Grayscale: #292929. Windows color (decimal): -15389357 or 5451029. OLE color: 5451029.

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

Color convert

RGB214583-
CMYK0.750.4600.67
HSL216.77º59.62%20.39%-
HSV(B)216.77º74.7%32.55%-
XYZ2.812.668.55-
YUV42.16151.05112.91-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.09%
GREEN value IS 45 (17.97% from 255) = 30.20%
BLUE value IS 83 (32.81% from 255) = 55.70%
R=14.09%
G=30.20%
B=55.70%

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
Decimal2145830.750.4600.67216.7759.6220.39
Hex152D534B2E043d93c14
Octal25551231135601033317424
Binary1010110110110100111001011101110010000111101100111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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