#182E7A

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

Shades of Sapphire #182E7A

Tints of Sapphire #182E7A

Color information

#182E7A (or 0x182E7A) is unknown color: approx Sapphire. HEX triplet: 18, 2E and 7A. RGB value is (24,46,122). Sum of RGB (Red+Green+Blue) = 24+46+122=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 46 (18.36% from 255 or 23.96% from 192); Blue value is 122 (48.05% from 255 or 63.54% from 192); Max value from RGB is 122 - color contains mainly: blue. Hex color #182E7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182E7A is #E7D185. Grayscale: #2F2F2F. Windows color (decimal): -15192454 or 8007192. OLE color: 8007192.

HSL color Cylindrical-coordinate representation of color #182E7A: hue angle of 226.53º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #182E7A is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2446122-
CMYK0.800.6200.52
HSL226.53º67.12%28.63%-
HSV(B)226.53º80.33%47.84%-
XYZ4.873.5518.84-
YUV48.09169.71110.82-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.5%
GREEN value IS 46 (18.36% from 255) = 23.96%
BLUE value IS 122 (48.05% from 255) = 63.54%
R=12.5%
G=23.96%
B=63.54%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal24461220.800.6200.52226.5367.1228.63
Hex182E7A503E034e3431d
Octal30561721207606434310335
Binary1100010111011110101010000111110011010011100011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,46,122); }

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

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

 a { background-color: rgb(24,46,122); }

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

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

 span { border-color: rgb(24,46,122); }

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