#182868

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

Shades of Sapphire #182868

Tints of Sapphire #182868

Color information

#182868 (or 0x182868) is unknown color: approx Sapphire. HEX triplet: 18, 28 and 68. RGB value is (24,40,104). Sum of RGB (Red+Green+Blue) = 24+40+104=168 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.29% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 104 (41.02% from 255 or 61.90% from 168); Max value from RGB is 104 - color contains mainly: blue. Hex color #182868 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182868 is #E7D797. Grayscale: #2A2A2A. Windows color (decimal): -15194008 or 6826008. OLE color: 6826008.

HSL color Cylindrical-coordinate representation of color #182868: hue angle of 228º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #182868 is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2440104-
CMYK0.770.6200.59
HSL228º62.5%25.1%-
HSV(B)228º76.92%40.78%-
XYZ3.632.7113.43-
YUV42.51162.7114.8-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.29%
GREEN value IS 40 (16.02% from 255) = 23.81%
BLUE value IS 104 (41.02% from 255) = 61.90%
R=14.29%
G=23.81%
B=61.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24401040.770.6200.5922862.525.1
Hex1828684D3E03Be43e19
Octal3050150115760733447631
Binary110001010001101000100110111111001110111110010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182868; }

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

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

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

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

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

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

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

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