#18365E

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

Shades of Catalina Blue #18365E

Tints of Catalina Blue #18365E

Color information

#18365E (or 0x18365E) is unknown color: approx Catalina Blue. HEX triplet: 18, 36 and 5E. RGB value is (24,54,94). Sum of RGB (Red+Green+Blue) = 24+54+94=172 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.95% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 94 (37.11% from 255 or 54.65% from 172); Max value from RGB is 94 - color contains mainly: blue. Hex color #18365E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18365E is #E7C9A1. Grayscale: #313131. Windows color (decimal): -15190434 or 6174232. OLE color: 6174232.

HSL color Cylindrical-coordinate representation of color #18365E: hue angle of 214.29º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18365E is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB245494-
CMYK0.740.4300.63
HSL214.29º59.32%23.14%-
HSV(B)214.29º74.47%36.86%-
XYZ3.723.6411.1-
YUV49.59153.06109.75-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.95%
GREEN value IS 54 (21.48% from 255) = 31.40%
BLUE value IS 94 (37.11% from 255) = 54.65%
R=13.95%
G=31.40%
B=54.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2454940.740.4300.63214.2959.3223.14
Hex18365E4A2B03Fd63b17
Octal3066136112530773267327
Binary110001101101011110100101010101101111111101011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18365E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18365E; }

 p { color: rgb(24,54,94); }

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

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

 a { background-color: rgb(24,54,94); }

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

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

 span { border-color: rgb(24,54,94); }

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