#183159

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

Shades of Catalina Blue #183159

Tints of Catalina Blue #183159

Color information

#183159 (or 0x183159) is unknown color: approx Catalina Blue. HEX triplet: 18, 31 and 59. RGB value is (24,49,89). Sum of RGB (Red+Green+Blue) = 24+49+89=162 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.81% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 89 (35.16% from 255 or 54.94% from 162); Max value from RGB is 89 - color contains mainly: blue. Hex color #183159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183159 is #E7CEA6. Grayscale: #2D2D2D. Windows color (decimal): -15191719 or 5845272. OLE color: 5845272.

HSL color Cylindrical-coordinate representation of color #183159: hue angle of 216.92º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #183159 is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB244989-
CMYK0.730.4500.65
HSL216.92º57.52%22.16%-
HSV(B)216.92º73.03%34.9%-
XYZ3.283.119.88-
YUV46.08152.22112.25-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.81%
GREEN value IS 49 (19.53% from 255) = 30.25%
BLUE value IS 89 (35.16% from 255) = 54.94%
R=14.81%
G=30.25%
B=54.94%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2449890.730.4500.65216.9257.5222.16
Hex183159492D041d93a16
Octal30611311115501013317226
Binary1100011000110110011001001101101010000011101100111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183159; }

 p { color: rgb(24,49,89); }

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

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

 a { background-color: rgb(24,49,89); }

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

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

 span { border-color: rgb(24,49,89); }

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