#18345D

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

Shades of Catalina Blue #18345D

Tints of Catalina Blue #18345D

Color information

#18345D (or 0x18345D) is unknown color: approx Catalina Blue. HEX triplet: 18, 34 and 5D. RGB value is (24,52,93). Sum of RGB (Red+Green+Blue) = 24+52+93=169 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.20% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 93 (36.72% from 255 or 55.03% from 169); Max value from RGB is 93 - color contains mainly: blue. Hex color #18345D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18345D is #E7CBA2. Grayscale: #303030. Windows color (decimal): -15190947 or 6108184. OLE color: 6108184.

HSL color Cylindrical-coordinate representation of color #18345D: hue angle of 215.65º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18345D is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB245293-
CMYK0.740.4400.64
HSL215.65º58.97%22.94%-
HSV(B)215.65º74.19%36.47%-
XYZ3.583.4410.83-
YUV48.3153.22110.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.20%
GREEN value IS 52 (20.70% from 255) = 30.77%
BLUE value IS 93 (36.72% from 255) = 55.03%
R=14.20%
G=30.77%
B=55.03%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2452930.740.4400.64215.6558.9722.94
Hex18345D4A2C040d83b17
Octal30641351125401003307327
Binary1100011010010111011001010101100010000001101100011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18345D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18345D; }

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

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

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

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

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

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

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

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