#18396F

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

Shades of Catalina Blue #18396F

Tints of Catalina Blue #18396F

Color information

#18396F (or 0x18396F) is unknown color: approx Catalina Blue. HEX triplet: 18, 39 and 6F. RGB value is (24,57,111). Sum of RGB (Red+Green+Blue) = 24+57+111=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 57 (22.66% from 255 or 29.69% from 192); Blue value is 111 (43.75% from 255 or 57.81% from 192); Max value from RGB is 111 - color contains mainly: blue. Hex color #18396F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18396F is #E7C690. Grayscale: #353535. Windows color (decimal): -15189649 or 7289112. OLE color: 7289112.

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

Color convert

RGB2457111-
CMYK0.780.4900.56
HSL217.24º64.44%26.47%-
HSV(B)217.24º78.38%43.53%-
XYZ4.714.2715.61-
YUV53.29160.57107.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.5%
GREEN value IS 57 (22.66% from 255) = 29.69%
BLUE value IS 111 (43.75% from 255) = 57.81%
R=12.5%
G=29.69%
B=57.81%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24571110.780.4900.56217.2464.4426.47
Hex18396F4E31038d9401a
Octal30711571166107033110032
Binary1100011100111011111001110110001011100011011001100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18396F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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