#182958

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

Shades of Sapphire #182958

Tints of Sapphire #182958

Color information

#182958 (or 0x182958) is unknown color: approx Sapphire. HEX triplet: 18, 29 and 58. RGB value is (24,41,88). Sum of RGB (Red+Green+Blue) = 24+41+88=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 88 (34.77% from 255 or 57.52% from 153); Max value from RGB is 88 - color contains mainly: blue. Hex color #182958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182958 is #E7D6A7. Grayscale: #292929. Windows color (decimal): -15193768 or 5777688. OLE color: 5777688.

HSL color Cylindrical-coordinate representation of color #182958: hue angle of 224.06º 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 #182958 is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB244188-
CMYK0.730.5300.65
HSL224.06º57.14%21.96%-
HSV(B)224.06º72.73%34.51%-
XYZ2.932.489.56-
YUV41.28154.37115.68-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.69%
GREEN value IS 41 (16.41% from 255) = 26.80%
BLUE value IS 88 (34.77% from 255) = 57.52%
R=15.69%
G=26.80%
B=57.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2441880.730.5300.65224.0657.1421.96
Hex1829584935041e03916
Octal30511301116501013407126
Binary1100010100110110001001001110101010000011110000011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182958; }

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

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

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

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

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

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

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

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