#182E55

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

Shades of Catalina Blue #182E55

Tints of Catalina Blue #182E55

Color information

#182E55 (or 0x182E55) is unknown color: approx Catalina Blue. HEX triplet: 18, 2E and 55. RGB value is (24,46,85). Sum of RGB (Red+Green+Blue) = 24+46+85=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 46 (18.36% from 255 or 29.68% from 155); Blue value is 85 (33.59% from 255 or 54.84% from 155); Max value from RGB is 85 - color contains mainly: blue. Hex color #182E55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182E55 is #E7D1AA. Grayscale: #2B2B2B. Windows color (decimal): -15192491 or 5582360. OLE color: 5582360.

HSL color Cylindrical-coordinate representation of color #182E55: hue angle of 218.36º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #182E55 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB244685-
CMYK0.720.4600.67
HSL218.36º55.96%21.37%-
HSV(B)218.36º71.76%33.33%-
XYZ2.992.88.98-
YUV43.87151.21113.83-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.48%
GREEN value IS 46 (18.36% from 255) = 29.68%
BLUE value IS 85 (33.59% from 255) = 54.84%
R=15.48%
G=29.68%
B=54.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2446850.720.4600.67218.3655.9621.37
Hex182E55482E043da3815
Octal30561251105601033327025
Binary1100010111010101011001000101110010000111101101011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182E55; }

 p { color: rgb(24,46,85); }

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

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

 a { background-color: rgb(24,46,85); }

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

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

 span { border-color: rgb(24,46,85); }

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