#182F5B

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

Shades of Catalina Blue #182F5B

Tints of Catalina Blue #182F5B

Color information

#182F5B (or 0x182F5B) is unknown color: approx Catalina Blue. HEX triplet: 18, 2F and 5B. RGB value is (24,47,91). Sum of RGB (Red+Green+Blue) = 24+47+91=162 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.81% from 162); Green value is 47 (18.75% from 255 or 29.01% from 162); Blue value is 91 (35.94% from 255 or 56.17% from 162); Max value from RGB is 91 - color contains mainly: blue. Hex color #182F5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182F5B is #E7D0A4. Grayscale: #2C2C2C. Windows color (decimal): -15192229 or 5975832. OLE color: 5975832.

HSL color Cylindrical-coordinate representation of color #182F5B: hue angle of 219.4º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #182F5B is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB244791-
CMYK0.740.4800.64
HSL219.4º58.26%22.55%-
HSV(B)219.4º73.63%35.69%-
XYZ3.282.9810.3-
YUV45.14153.88112.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.81%
GREEN value IS 47 (18.75% from 255) = 29.01%
BLUE value IS 91 (35.94% from 255) = 56.17%
R=14.81%
G=29.01%
B=56.17%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2447910.740.4800.64219.458.2622.55
Hex182F5B4A30040db3a17
Octal30571331126001003337227
Binary1100010111110110111001010110000010000001101101111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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