#182F6E

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

Shades of Sapphire #182F6E

Tints of Sapphire #182F6E

Color information

#182F6E (or 0x182F6E) is unknown color: approx Sapphire. HEX triplet: 18, 2F and 6E. RGB value is (24,47,110). Sum of RGB (Red+Green+Blue) = 24+47+110=181 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.26% from 181); Green value is 47 (18.75% from 255 or 25.97% from 181); Blue value is 110 (43.36% from 255 or 60.77% from 181); Max value from RGB is 110 - color contains mainly: blue. Hex color #182F6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182F6E is #E7D091. Grayscale: #2F2F2F. Windows color (decimal): -15192210 or 7221016. OLE color: 7221016.

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

Color convert

RGB2447110-
CMYK0.780.5700.57
HSL223.95º64.18%26.27%-
HSV(B)223.95º78.18%43.14%-
XYZ4.213.3515.18-
YUV47.3163.38111.38-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.26%
GREEN value IS 47 (18.75% from 255) = 25.97%
BLUE value IS 110 (43.36% from 255) = 60.77%
R=13.26%
G=25.97%
B=60.77%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal24471100.780.5700.57223.9564.1826.27
Hex182F6E4E39039e0401a
Octal30571561167107134010032
Binary1100010111111011101001110111001011100111100000100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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