#183459

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

Shades of Catalina Blue #183459

Tints of Catalina Blue #183459

Color information

#183459 (or 0x183459) is unknown color: approx Catalina Blue. HEX triplet: 18, 34 and 59. RGB value is (24,52,89). Sum of RGB (Red+Green+Blue) = 24+52+89=165 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.55% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 89 (35.16% from 255 or 53.94% from 165); Max value from RGB is 89 - color contains mainly: blue. Hex color #183459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183459 is #E7CBA6. Grayscale: #2F2F2F. Windows color (decimal): -15190951 or 5846040. OLE color: 5846040.

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

Color convert

RGB245289-
CMYK0.730.4200.65
HSL214.15º57.52%22.16%-
HSV(B)214.15º73.03%34.9%-
XYZ3.413.379.92-
YUV47.85151.22110.99-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.55%
GREEN value IS 52 (20.70% from 255) = 31.52%
BLUE value IS 89 (35.16% from 255) = 53.94%
R=14.55%
G=31.52%
B=53.94%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2452890.730.4200.65214.1557.5222.16
Hex183459492A041d63a16
Octal30641311115201013267226
Binary1100011010010110011001001101010010000011101011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183459; }

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

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

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

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

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

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

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

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