#182D59

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

Shades of Catalina Blue #182D59

Tints of Catalina Blue #182D59

Color information

#182D59 (or 0x182D59) is unknown color: approx Catalina Blue. HEX triplet: 18, 2D and 59. RGB value is (24,45,89). Sum of RGB (Red+Green+Blue) = 24+45+89=158 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.19% from 158); Green value is 45 (17.97% from 255 or 28.48% from 158); Blue value is 89 (35.16% from 255 or 56.33% from 158); Max value from RGB is 89 - color contains mainly: blue. Hex color #182D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182D59 is #E7D2A6. Grayscale: #2B2B2B. Windows color (decimal): -15192743 or 5844248. OLE color: 5844248.

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

Color convert

RGB244589-
CMYK0.730.4900.65
HSL220.62º57.52%22.16%-
HSV(B)220.62º73.03%34.9%-
XYZ3.122.799.83-
YUV43.74153.54113.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.19%
GREEN value IS 45 (17.97% from 255) = 28.48%
BLUE value IS 89 (35.16% from 255) = 56.33%
R=15.19%
G=28.48%
B=56.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2445890.730.4900.65220.6257.5222.16
Hex182D594931041dd3a16
Octal30551311116101013357226
Binary1100010110110110011001001110001010000011101110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182D59; }

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

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

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

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

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

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

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

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