#152F56

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

Shades of Catalina Blue #152F56

Tints of Catalina Blue #152F56

Color information

#152F56 (or 0x152F56) is unknown color: approx Catalina Blue. HEX triplet: 15, 2F and 56. RGB value is (21,47,86). Sum of RGB (Red+Green+Blue) = 21+47+86=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 47 (18.75% from 255 or 30.52% from 154); Blue value is 86 (33.98% from 255 or 55.84% from 154); Max value from RGB is 86 - color contains mainly: blue. Hex color #152F56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152F56 is #EAD0A9. Grayscale: #2B2B2B. Windows color (decimal): -15388842 or 5648149. OLE color: 5648149.

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

Color convert

RGB214786-
CMYK0.760.4500.66
HSL216º60.75%20.98%-
HSV(B)216º75.58%33.73%-
XYZ3.012.869.2-
YUV43.67151.89111.83-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.64%
GREEN value IS 47 (18.75% from 255) = 30.52%
BLUE value IS 86 (33.98% from 255) = 55.84%
R=13.64%
G=30.52%
B=55.84%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2147860.760.4500.6621660.7520.98
Hex152F564C2D042d83d15
Octal25571261145501023307525
Binary1010110111110101101001100101101010000101101100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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