#183560

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

Shades of Catalina Blue #183560

Tints of Catalina Blue #183560

Color information

#183560 (or 0x183560) is unknown color: approx Catalina Blue. HEX triplet: 18, 35 and 60. RGB value is (24,53,96). Sum of RGB (Red+Green+Blue) = 24+53+96=173 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.87% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 96 (37.89% from 255 or 55.49% from 173); Max value from RGB is 96 - color contains mainly: blue. Hex color #183560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183560 is #E7CA9F. Grayscale: #313131. Windows color (decimal): -15190688 or 6305048. OLE color: 6305048.

HSL color Cylindrical-coordinate representation of color #183560: hue angle of 215.83º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #183560 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB245396-
CMYK0.750.4500.62
HSL215.83º60%23.53%-
HSV(B)215.83º75%37.65%-
XYZ3.763.5811.56-
YUV49.23154.39110-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.87%
GREEN value IS 53 (21.09% from 255) = 30.64%
BLUE value IS 96 (37.89% from 255) = 55.49%
R=13.87%
G=30.64%
B=55.49%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2453960.750.4500.62215.836023.53
Hex1835604B2D03Ed83c18
Octal3065140113550763307430
Binary110001101011100000100101110110101111101101100011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183560; }

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

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

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

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

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

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

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

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