#182862

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

Shades of Sapphire #182862

Tints of Sapphire #182862

Color information

#182862 (or 0x182862) is unknown color: approx Sapphire. HEX triplet: 18, 28 and 62. RGB value is (24,40,98). Sum of RGB (Red+Green+Blue) = 24+40+98=162 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.81% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 98 (38.67% from 255 or 60.49% from 162); Max value from RGB is 98 - color contains mainly: blue. Hex color #182862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182862 is #E7D79D. Grayscale: #292929. Windows color (decimal): -15194014 or 6432792. OLE color: 6432792.

HSL color Cylindrical-coordinate representation of color #182862: hue angle of 227.03º 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 #182862 is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB244098-
CMYK0.760.5900.62
HSL227.03º60.66%23.92%-
HSV(B)227.03º75.51%38.43%-
XYZ3.342.5911.88-
YUV41.83159.7115.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.81%
GREEN value IS 40 (16.02% from 255) = 24.69%
BLUE value IS 98 (38.67% from 255) = 60.49%
R=14.81%
G=24.69%
B=60.49%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2440980.760.5900.62227.0360.6623.92
Hex1828624C3B03Ee33d18
Octal3050142114730763437530
Binary110001010001100010100110011101101111101110001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182862; }

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

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

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

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

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

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

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

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