#182867

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

Shades of Sapphire #182867

Tints of Sapphire #182867

Color information

#182867 (or 0x182867) is unknown color: approx Sapphire. HEX triplet: 18, 28 and 67. RGB value is (24,40,103). Sum of RGB (Red+Green+Blue) = 24+40+103=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 103 (40.62% from 255 or 61.68% from 167); Max value from RGB is 103 - color contains mainly: blue. Hex color #182867 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182867 is #E7D798. Grayscale: #2A2A2A. Windows color (decimal): -15194009 or 6760472. OLE color: 6760472.

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

Color convert

RGB2440103-
CMYK0.770.6100.60
HSL227.85º62.2%24.9%-
HSV(B)227.85º76.7%40.39%-
XYZ3.582.6913.16-
YUV42.4162.2114.88-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.37%
GREEN value IS 40 (16.02% from 255) = 23.95%
BLUE value IS 103 (40.62% from 255) = 61.68%
R=14.37%
G=23.95%
B=61.68%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal24401030.770.6100.60227.8562.224.9
Hex1828674D3D03Ce43e19
Octal3050147115750743447631
Binary110001010001100111100110111110101111001110010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182867; }

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

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

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

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

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

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

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

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