#182F52

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

Shades of Catalina Blue #182F52

Tints of Catalina Blue #182F52

Color information

#182F52 (or 0x182F52) is unknown color: approx Catalina Blue. HEX triplet: 18, 2F and 52. RGB value is (24,47,82). Sum of RGB (Red+Green+Blue) = 24+47+82=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 47 (18.75% from 255 or 30.72% from 153); Blue value is 82 (32.42% from 255 or 53.59% from 153); Max value from RGB is 82 - color contains mainly: blue. Hex color #182F52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182F52 is #E7D0AD. Grayscale: #2B2B2B. Windows color (decimal): -15192238 or 5386008. OLE color: 5386008.

HSL color Cylindrical-coordinate representation of color #182F52: hue angle of 216.21º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #182F52 is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB244782-
CMYK0.710.4300.68
HSL216.21º54.72%20.78%-
HSV(B)216.21º70.73%32.16%-
XYZ2.922.848.38-
YUV44.11149.38113.65-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.69%
GREEN value IS 47 (18.75% from 255) = 30.72%
BLUE value IS 82 (32.42% from 255) = 53.59%
R=15.69%
G=30.72%
B=53.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2447820.710.4300.68216.2154.7220.78
Hex182F52472B044d83715
Octal30571221075301043306725
Binary1100010111110100101000111101011010001001101100011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,47,82); }

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

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

 a { background-color: rgb(24,47,82); }

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

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

 span { border-color: rgb(24,47,82); }

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