#152F59

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

Shades of Catalina Blue #152F59

Tints of Catalina Blue #152F59

Color information

#152F59 (or 0x152F59) is unknown color: approx Catalina Blue. HEX triplet: 15, 2F and 59. RGB value is (21,47,89). Sum of RGB (Red+Green+Blue) = 21+47+89=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 47 (18.75% from 255 or 29.94% from 157); Blue value is 89 (35.16% from 255 or 56.69% from 157); Max value from RGB is 89 - color contains mainly: blue. Hex color #152F59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152F59 is #EAD0A6. Grayscale: #2B2B2B. Windows color (decimal): -15388839 or 5844757. OLE color: 5844757.

HSL color Cylindrical-coordinate representation of color #152F59: hue angle of 217.06º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #152F59 is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB214789-
CMYK0.760.4700.65
HSL217.06º61.82%21.57%-
HSV(B)217.06º76.4%34.9%-
XYZ3.132.919.85-
YUV44.01153.39111.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.38%
GREEN value IS 47 (18.75% from 255) = 29.94%
BLUE value IS 89 (35.16% from 255) = 56.69%
R=13.38%
G=29.94%
B=56.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2147890.760.4700.65217.0661.8221.57
Hex152F594C2F041d93e16
Octal25571311145701013317626
Binary1010110111110110011001100101111010000011101100111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,47,89); }

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

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

 a { background-color: rgb(21,47,89); }

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

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

 span { border-color: rgb(21,47,89); }

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