#18355F

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

Shades of Catalina Blue #18355F

Tints of Catalina Blue #18355F

Color information

#18355F (or 0x18355F) is unknown color: approx Catalina Blue. HEX triplet: 18, 35 and 5F. RGB value is (24,53,95). Sum of RGB (Red+Green+Blue) = 24+53+95=172 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.95% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 95 (37.5% from 255 or 55.23% from 172); Max value from RGB is 95 - color contains mainly: blue. Hex color #18355F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18355F is #E7CAA0. Grayscale: #303030. Windows color (decimal): -15190689 or 6239512. OLE color: 6239512.

HSL color Cylindrical-coordinate representation of color #18355F: hue angle of 215.49º 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 #18355F is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB245395-
CMYK0.750.4400.63
HSL215.49º59.66%23.33%-
HSV(B)215.49º74.74%37.25%-
XYZ3.723.5711.32-
YUV49.12153.89110.08-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.95%
GREEN value IS 53 (21.09% from 255) = 30.81%
BLUE value IS 95 (37.5% from 255) = 55.23%
R=13.95%
G=30.81%
B=55.23%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2453950.750.4400.63215.4959.6623.33
Hex18355F4B2C03Fd73c17
Octal3065137113540773277427
Binary110001101011011111100101110110001111111101011111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18355F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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