#18396E

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

Shades of Catalina Blue #18396E

Tints of Catalina Blue #18396E

Color information

#18396E (or 0x18396E) is unknown color: approx Catalina Blue. HEX triplet: 18, 39 and 6E. RGB value is (24,57,110). Sum of RGB (Red+Green+Blue) = 24+57+110=191 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.57% from 191); Green value is 57 (22.66% from 255 or 29.84% from 191); Blue value is 110 (43.36% from 255 or 57.59% from 191); Max value from RGB is 110 - color contains mainly: blue. Hex color #18396E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18396E is #E7C691. Grayscale: #343434. Windows color (decimal): -15189650 or 7223576. OLE color: 7223576.

HSL color Cylindrical-coordinate representation of color #18396E: hue angle of 216.98º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18396E is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2457110-
CMYK0.780.4800.57
HSL216.98º64.18%26.27%-
HSV(B)216.98º78.18%43.14%-
XYZ4.654.2515.33-
YUV53.18160.07107.19-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.57%
GREEN value IS 57 (22.66% from 255) = 29.84%
BLUE value IS 110 (43.36% from 255) = 57.59%
R=12.57%
G=29.84%
B=57.59%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal24571100.780.4800.57216.9864.1826.27
Hex18396E4E30039d9401a
Octal30711561166007133110032
Binary1100011100111011101001110110000011100111011001100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18396E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,57,110); }

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

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

 a { background-color: rgb(24,57,110); }

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

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

 span { border-color: rgb(24,57,110); }

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