#182C60

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

Shades of Sapphire #182C60

Tints of Sapphire #182C60

Color information

#182C60 (or 0x182C60) is unknown color: approx Sapphire. HEX triplet: 18, 2C and 60. RGB value is (24,44,96). Sum of RGB (Red+Green+Blue) = 24+44+96=164 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.63% from 164); Green value is 44 (17.58% from 255 or 26.83% from 164); Blue value is 96 (37.89% from 255 or 58.54% from 164); Max value from RGB is 96 - color contains mainly: blue. Hex color #182C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182C60 is #E7D39F. Grayscale: #2B2B2B. Windows color (decimal): -15192992 or 6302744. OLE color: 6302744.

HSL color Cylindrical-coordinate representation of color #182C60: hue angle of 223.33º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #182C60 is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB244496-
CMYK0.750.5400.62
HSL223.33º60%23.53%-
HSV(B)223.33º75%37.65%-
XYZ3.392.8411.44-
YUV43.95157.37113.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.63%
GREEN value IS 44 (17.58% from 255) = 26.83%
BLUE value IS 96 (37.89% from 255) = 58.54%
R=14.63%
G=26.83%
B=58.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2444960.750.5400.62223.336023.53
Hex182C604B3603Edf3c18
Octal3054140113660763377430
Binary110001011001100000100101111011001111101101111111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,44,96); }

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

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

 a { background-color: rgb(24,44,96); }

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

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

 span { border-color: rgb(24,44,96); }

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