#183059

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

Shades of Catalina Blue #183059

Tints of Catalina Blue #183059

Color information

#183059 (or 0x183059) is unknown color: approx Catalina Blue. HEX triplet: 18, 30 and 59. RGB value is (24,48,89). Sum of RGB (Red+Green+Blue) = 24+48+89=161 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.91% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 89 (35.16% from 255 or 55.28% from 161); Max value from RGB is 89 - color contains mainly: blue. Hex color #183059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183059 is #E7CFA6. Grayscale: #2D2D2D. Windows color (decimal): -15191975 or 5845016. OLE color: 5845016.

HSL color Cylindrical-coordinate representation of color #183059: hue angle of 217.85º 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 #183059 is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB244889-
CMYK0.730.4600.65
HSL217.85º57.52%22.16%-
HSV(B)217.85º73.03%34.9%-
XYZ3.243.039.87-
YUV45.5152.55112.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.91%
GREEN value IS 48 (19.14% from 255) = 29.81%
BLUE value IS 89 (35.16% from 255) = 55.28%
R=14.91%
G=29.81%
B=55.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2448890.730.4600.65217.8557.5222.16
Hex183059492E041da3a16
Octal30601311115601013327226
Binary1100011000010110011001001101110010000011101101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183059; }

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

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

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

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

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

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

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

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