#182f5c

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

Shades of Catalina Blue #182F5C

Tints of Catalina Blue #182F5C

Color information

#182F5C (or 0x182F5C) is unknown color: approx Catalina Blue. HEX triplet: 18, 2F and 5C. RGB value is (24,47,92). Sum of RGB (Red+Green+Blue) = 24+47+92=163 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.72% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 92 (36.33% from 255 or 56.44% from 163); Max value from RGB is 92 - color contains mainly: blue. Hex color #182F5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182F5C is #E7D0A3. Grayscale: #2D2D2D. Windows color (decimal): -15192228 or 6041368. OLE color: 6041368.

HSL color Cylindrical-coordinate representation of color #182F5C: hue angle of 219.71º degrees, saturation: 0.59, 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 #182F5C is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB244792-
CMYK0.740.4900.64
HSL219.71º58.62%22.75%-
HSV(B)219.71º73.91%36.08%-
XYZ3.32310.53-
YUV45.25154.38112.84-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.72%
GREEN value IS 47 (18.75% from 255) = 28.83%
BLUE value IS 92 (36.33% from 255) = 56.44%
R=14.72%
G=28.83%
B=56.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2447920.740.4900.64219.7158.6222.75
Hex182F5C4A31040dc3b17
Octal30571341126101003347327
Binary1100010111110111001001010110001010000001101110011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182f5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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