#153563

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

Shades of Catalina Blue #153563

Tints of Catalina Blue #153563

Color information

#153563 (or 0x153563) is unknown color: approx Catalina Blue. HEX triplet: 15, 35 and 63. RGB value is (21,53,99). Sum of RGB (Red+Green+Blue) = 21+53+99=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 99 (39.06% from 255 or 57.23% from 173); Max value from RGB is 99 - color contains mainly: blue. Hex color #153563 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153563 is #EACA9C. Grayscale: #303030. Windows color (decimal): -15387293 or 6501653. OLE color: 6501653.

HSL color Cylindrical-coordinate representation of color #153563: hue angle of 215.38º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #153563 is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB215399-
CMYK0.790.4600.61
HSL215.38º65%23.53%-
HSV(B)215.38º78.79%38.82%-
XYZ3.833.6112.3-
YUV48.68156.4108.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.14%
GREEN value IS 53 (21.09% from 255) = 30.64%
BLUE value IS 99 (39.06% from 255) = 57.23%
R=12.14%
G=30.64%
B=57.23%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2153990.790.4600.61215.386523.53
Hex1535634F2E03Dd74118
Octal25651431175607532710130
Binary1010111010111000111001111101110011110111010111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153563; }

 p { color: rgb(21,53,99); }

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

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

 a { background-color: rgb(21,53,99); }

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

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

 span { border-color: rgb(21,53,99); }

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