#182462

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

Shades of Sapphire #182462

Tints of Sapphire #182462

Color information

#182462 (or 0x182462) is unknown color: approx Sapphire. HEX triplet: 18, 24 and 62. RGB value is (24,36,98). Sum of RGB (Red+Green+Blue) = 24+36+98=158 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.19% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 98 (38.67% from 255 or 62.03% from 158); Max value from RGB is 98 - color contains mainly: blue. Hex color #182462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182462 is #E7DB9D. Grayscale: #272727. Windows color (decimal): -15195038 or 6431768. OLE color: 6431768.

HSL color Cylindrical-coordinate representation of color #182462: hue angle of 230.27º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #182462 is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB243698-
CMYK0.760.6300.62
HSL230.27º60.66%23.92%-
HSV(B)230.27º75.51%38.43%-
XYZ3.212.3411.84-
YUV39.48161.02116.96-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.19%
GREEN value IS 36 (14.45% from 255) = 22.78%
BLUE value IS 98 (38.67% from 255) = 62.03%
R=15.19%
G=22.78%
B=62.03%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2436980.760.6300.62230.2760.6623.92
Hex1824624C3F03Ee63d18
Octal3044142114770763467530
Binary110001001001100010100110011111101111101110011011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182462; }

 p { color: rgb(24,36,98); }

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

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

 a { background-color: rgb(24,36,98); }

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

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

 span { border-color: rgb(24,36,98); }

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