#18345F

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

Shades of Catalina Blue #18345F

Tints of Catalina Blue #18345F

Color information

#18345F (or 0x18345F) is unknown color: approx Catalina Blue. HEX triplet: 18, 34 and 5F. RGB value is (24,52,95). Sum of RGB (Red+Green+Blue) = 24+52+95=171 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.04% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 95 (37.5% from 255 or 55.56% from 171); Max value from RGB is 95 - color contains mainly: blue. Hex color #18345F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18345F is #E7CBA0. Grayscale: #303030. Windows color (decimal): -15190945 or 6239256. OLE color: 6239256.

HSL color Cylindrical-coordinate representation of color #18345F: hue angle of 216.34º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18345F is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB245295-
CMYK0.750.4500.63
HSL216.34º59.66%23.33%-
HSV(B)216.34º74.74%37.25%-
XYZ3.673.4811.3-
YUV48.53154.22110.5-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.04%
GREEN value IS 52 (20.70% from 255) = 30.41%
BLUE value IS 95 (37.5% from 255) = 55.56%
R=14.04%
G=30.41%
B=55.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2452950.750.4500.63216.3459.6623.33
Hex18345F4B2D03Fd83c17
Octal3064137113550773307427
Binary110001101001011111100101110110101111111101100011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18345F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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