#152F58

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

Shades of Catalina Blue #152F58

Tints of Catalina Blue #152F58

Color information

#152F58 (or 0x152F58) is unknown color: approx Catalina Blue. HEX triplet: 15, 2F and 58. RGB value is (21,47,88). Sum of RGB (Red+Green+Blue) = 21+47+88=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 47 (18.75% from 255 or 30.13% from 156); Blue value is 88 (34.77% from 255 or 56.41% from 156); Max value from RGB is 88 - color contains mainly: blue. Hex color #152F58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152F58 is #EAD0A7. Grayscale: #2B2B2B. Windows color (decimal): -15388840 or 5779221. OLE color: 5779221.

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

Color convert

RGB214788-
CMYK0.760.4700.65
HSL216.72º61.47%21.37%-
HSV(B)216.72º76.14%34.51%-
XYZ3.092.99.63-
YUV43.9152.89111.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.46%
GREEN value IS 47 (18.75% from 255) = 30.13%
BLUE value IS 88 (34.77% from 255) = 56.41%
R=13.46%
G=30.13%
B=56.41%

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
Decimal2147880.760.4700.65216.7261.4721.37
Hex152F584C2F041d93d15
Octal25571301145701013317525
Binary1010110111110110001001100101111010000011101100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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