#152F54

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

Shades of Catalina Blue #152F54

Tints of Catalina Blue #152F54

Color information

#152F54 (or 0x152F54) is unknown color: approx Catalina Blue. HEX triplet: 15, 2F and 54. RGB value is (21,47,84). Sum of RGB (Red+Green+Blue) = 21+47+84=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 47 (18.75% from 255 or 30.92% from 152); Blue value is 84 (33.20% from 255 or 55.26% from 152); Max value from RGB is 84 - color contains mainly: blue. Hex color #152F54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152F54 is #EAD0AB. Grayscale: #2B2B2B. Windows color (decimal): -15388844 or 5517077. OLE color: 5517077.

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

Color convert

RGB214784-
CMYK0.750.4400.67
HSL215.24º60%20.59%-
HSV(B)215.24º75%32.94%-
XYZ2.932.838.78-
YUV43.44150.89111.99-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.82%
GREEN value IS 47 (18.75% from 255) = 30.92%
BLUE value IS 84 (33.20% from 255) = 55.26%
R=13.82%
G=30.92%
B=55.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2147840.750.4400.67215.246020.59
Hex152F544B2C043d73c15
Octal25571241135401033277425
Binary1010110111110101001001011101100010000111101011111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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