#182C58

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

Shades of Sapphire #182C58

Tints of Sapphire #182C58

Color information

#182C58 (or 0x182C58) is unknown color: approx Sapphire. HEX triplet: 18, 2C and 58. RGB value is (24,44,88). Sum of RGB (Red+Green+Blue) = 24+44+88=156 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.38% from 156); Green value is 44 (17.58% from 255 or 28.21% from 156); Blue value is 88 (34.77% from 255 or 56.41% from 156); Max value from RGB is 88 - color contains mainly: blue. Hex color #182C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182C58 is #E7D3A7. Grayscale: #2A2A2A. Windows color (decimal): -15193000 or 5778456. OLE color: 5778456.

HSL color Cylindrical-coordinate representation of color #182C58: hue angle of 221.25º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #182C58 is Cyan = 0.73, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB244488-
CMYK0.730.500.65
HSL221.25º57.14%21.96%-
HSV(B)221.25º72.73%34.51%-
XYZ3.042.79.59-
YUV43.04153.37114.42-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.38%
GREEN value IS 44 (17.58% from 255) = 28.21%
BLUE value IS 88 (34.77% from 255) = 56.41%
R=15.38%
G=28.21%
B=56.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2444880.730.500.65221.2557.1421.96
Hex182C584932041dd3916
Octal30541301116201013357126
Binary1100010110010110001001001110010010000011101110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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