#182B60

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

Shades of Sapphire #182B60

Tints of Sapphire #182B60

Color information

#182B60 (or 0x182B60) is unknown color: approx Sapphire. HEX triplet: 18, 2B and 60. RGB value is (24,43,96). Sum of RGB (Red+Green+Blue) = 24+43+96=163 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.72% from 163); Green value is 43 (17.19% from 255 or 26.38% from 163); Blue value is 96 (37.89% from 255 or 58.90% from 163); Max value from RGB is 96 - color contains mainly: blue. Hex color #182B60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182B60 is #E7D49F. Grayscale: #2B2B2B. Windows color (decimal): -15193248 or 6302488. OLE color: 6302488.

HSL color Cylindrical-coordinate representation of color #182B60: hue angle of 224.17º 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 #182B60 is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB244396-
CMYK0.750.5500.62
HSL224.17º60%23.53%-
HSV(B)224.17º75%37.65%-
XYZ3.352.7711.42-
YUV43.36157.71114.19-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.72%
GREEN value IS 43 (17.19% from 255) = 26.38%
BLUE value IS 96 (37.89% from 255) = 58.90%
R=14.72%
G=26.38%
B=58.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2443960.750.5500.62224.176023.53
Hex182B604B3703Ee03c18
Octal3053140113670763407430
Binary110001010111100000100101111011101111101110000011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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