#18276D

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

Shades of Sapphire #18276D

Tints of Sapphire #18276D

Color information

#18276D (or 0x18276D) is unknown color: approx Sapphire. HEX triplet: 18, 27 and 6D. RGB value is (24,39,109). Sum of RGB (Red+Green+Blue) = 24+39+109=172 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.95% from 172); Green value is 39 (15.62% from 255 or 22.67% from 172); Blue value is 109 (42.97% from 255 or 63.37% from 172); Max value from RGB is 109 - color contains mainly: blue. Hex color #18276D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18276D is #E7D892. Grayscale: #2A2A2A. Windows color (decimal): -15194259 or 7153432. OLE color: 7153432.

HSL color Cylindrical-coordinate representation of color #18276D: hue angle of 229.41º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18276D is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2439109-
CMYK0.780.6400.57
HSL229.41º63.91%26.08%-
HSV(B)229.41º77.98%42.75%-
XYZ3.862.7514.8-
YUV42.5165.53114.81-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.95%
GREEN value IS 39 (15.62% from 255) = 22.67%
BLUE value IS 109 (42.97% from 255) = 63.37%
R=13.95%
G=22.67%
B=63.37%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal24391090.780.6400.57229.4163.9126.08
Hex18276D4E40039e5401a
Octal304715511610007134510032
Binary11000100111110110110011101000000011100111100101100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18276D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18276D; }

 p { color: rgb(24,39,109); }

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

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

 a { background-color: rgb(24,39,109); }

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

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

 span { border-color: rgb(24,39,109); }

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