#182A6E

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

Shades of Sapphire #182A6E

Tints of Sapphire #182A6E

Color information

#182A6E (or 0x182A6E) is unknown color: approx Sapphire. HEX triplet: 18, 2A and 6E. RGB value is (24,42,110). Sum of RGB (Red+Green+Blue) = 24+42+110=176 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.64% from 176); Green value is 42 (16.80% from 255 or 23.86% from 176); Blue value is 110 (43.36% from 255 or 62.5% from 176); Max value from RGB is 110 - color contains mainly: blue. Hex color #182A6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182A6E is #E7D591. Grayscale: #2C2C2C. Windows color (decimal): -15193490 or 7219736. OLE color: 7219736.

HSL color Cylindrical-coordinate representation of color #182A6E: hue angle of 227.44º 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 #182A6E is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2442110-
CMYK0.780.6200.57
HSL227.44º64.18%26.27%-
HSV(B)227.44º78.18%43.14%-
XYZ4.022.9815.11-
YUV44.37165.04113.47-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.64%
GREEN value IS 42 (16.80% from 255) = 23.86%
BLUE value IS 110 (43.36% from 255) = 62.5%
R=13.64%
G=23.86%
B=62.5%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal24421100.780.6200.57227.4464.1826.27
Hex182A6E4E3E039e3401a
Octal30521561167607134310032
Binary1100010101011011101001110111110011100111100011100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182A6E; }

 p { color: rgb(24,42,110); }

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

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

 a { background-color: rgb(24,42,110); }

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

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

 span { border-color: rgb(24,42,110); }

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