#183056

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

Shades of Catalina Blue #183056

Tints of Catalina Blue #183056

Color information

#183056 (or 0x183056) is unknown color: approx Catalina Blue. HEX triplet: 18, 30 and 56. RGB value is (24,48,86). Sum of RGB (Red+Green+Blue) = 24+48+86=158 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.19% from 158); Green value is 48 (19.14% from 255 or 30.38% from 158); Blue value is 86 (33.98% from 255 or 54.43% from 158); Max value from RGB is 86 - color contains mainly: blue. Hex color #183056 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183056 is #E7CFA9. Grayscale: #2C2C2C. Windows color (decimal): -15191978 or 5648408. OLE color: 5648408.

HSL color Cylindrical-coordinate representation of color #183056: hue angle of 216.77º degrees, saturation: 0.56, 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 #183056 is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB244886-
CMYK0.720.4400.66
HSL216.77º56.36%21.57%-
HSV(B)216.77º72.09%33.73%-
XYZ3.112.989.22-
YUV45.16151.05112.91-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.19%
GREEN value IS 48 (19.14% from 255) = 30.38%
BLUE value IS 86 (33.98% from 255) = 54.43%
R=15.19%
G=30.38%
B=54.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2448860.720.4400.66216.7756.3621.57
Hex183056482C042d93816
Octal30601261105401023317026
Binary1100011000010101101001000101100010000101101100111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183056; }

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

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

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

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

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

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

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

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