#183057

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

Shades of Catalina Blue #183057

Tints of Catalina Blue #183057

Color information

#183057 (or 0x183057) is unknown color: approx Catalina Blue. HEX triplet: 18, 30 and 57. RGB value is (24,48,87). Sum of RGB (Red+Green+Blue) = 24+48+87=159 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15.09% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 87 (34.38% from 255 or 54.72% from 159); Max value from RGB is 87 - color contains mainly: blue. Hex color #183057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183057 is #E7CFA8. Grayscale: #2D2D2D. Windows color (decimal): -15191977 or 5713944. OLE color: 5713944.

HSL color Cylindrical-coordinate representation of color #183057: hue angle of 217.14º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #183057 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB244887-
CMYK0.720.4500.66
HSL217.14º56.76%21.76%-
HSV(B)217.14º72.41%34.12%-
XYZ3.1539.43-
YUV45.27151.55112.83-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.09%
GREEN value IS 48 (19.14% from 255) = 30.19%
BLUE value IS 87 (34.38% from 255) = 54.72%
R=15.09%
G=30.19%
B=54.72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2448870.720.4500.66217.1456.7621.76
Hex183057482D042d93916
Octal30601271105501023317126
Binary1100011000010101111001000101101010000101101100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183057; }

 p { color: rgb(24,48,87); }

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

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

 a { background-color: rgb(24,48,87); }

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

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

 span { border-color: rgb(24,48,87); }

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