#183058

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

Shades of Catalina Blue #183058

Tints of Catalina Blue #183058

Color information

#183058 (or 0x183058) is unknown color: approx Catalina Blue. HEX triplet: 18, 30 and 58. RGB value is (24,48,88). Sum of RGB (Red+Green+Blue) = 24+48+88=160 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 88 (34.77% from 255 or 55% from 160); Max value from RGB is 88 - color contains mainly: blue. Hex color #183058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183058 is #E7CFA7. Grayscale: #2D2D2D. Windows color (decimal): -15191976 or 5779480. OLE color: 5779480.

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

Color convert

RGB244888-
CMYK0.730.4500.65
HSL217.5º57.14%21.96%-
HSV(B)217.5º72.73%34.51%-
XYZ3.23.019.65-
YUV45.38152.05112.75-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15%
GREEN value IS 48 (19.14% from 255) = 30%
BLUE value IS 88 (34.77% from 255) = 55%
R=15%
G=30%
B=55%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2448880.730.4500.65217.557.1421.96
Hex183058492D041da3916
Octal30601301115501013327126
Binary1100011000010110001001001101101010000011101101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183058; }

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

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

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

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

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

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

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

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