#183160

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

Shades of Catalina Blue #183160

Tints of Catalina Blue #183160

Color information

#183160 (or 0x183160) is unknown color: approx Catalina Blue. HEX triplet: 18, 31 and 60. RGB value is (24,49,96). Sum of RGB (Red+Green+Blue) = 24+49+96=169 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.20% from 169); Green value is 49 (19.53% from 255 or 28.99% from 169); Blue value is 96 (37.89% from 255 or 56.80% from 169); Max value from RGB is 96 - color contains mainly: blue. Hex color #183160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183160 is #E7CE9F. Grayscale: #2E2E2E. Windows color (decimal): -15191712 or 6304024. OLE color: 6304024.

HSL color Cylindrical-coordinate representation of color #183160: hue angle of 219.17º 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 #183160 is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB244996-
CMYK0.750.4900.62
HSL219.17º60%23.53%-
HSV(B)219.17º75%37.65%-
XYZ3.593.2411.5-
YUV46.88155.72111.68-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.20%
GREEN value IS 49 (19.53% from 255) = 28.99%
BLUE value IS 96 (37.89% from 255) = 56.80%
R=14.20%
G=28.99%
B=56.80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2449960.750.4900.62219.176023.53
Hex1831604B3103Edb3c18
Octal3061140113610763337430
Binary110001100011100000100101111000101111101101101111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183160; }

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

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

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

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

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

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

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

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