#182E79

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

Shades of Sapphire #182E79

Tints of Sapphire #182E79

Color information

#182E79 (or 0x182E79) is unknown color: approx Sapphire. HEX triplet: 18, 2E and 79. RGB value is (24,46,121). Sum of RGB (Red+Green+Blue) = 24+46+121=191 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.57% from 191); Green value is 46 (18.36% from 255 or 24.08% from 191); Blue value is 121 (47.66% from 255 or 63.35% from 191); Max value from RGB is 121 - color contains mainly: blue. Hex color #182E79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182E79 is #E7D186. Grayscale: #2F2F2F. Windows color (decimal): -15192455 or 7941656. OLE color: 7941656.

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

Color convert

RGB2446121-
CMYK0.800.6200.53
HSL226.39º66.9%28.43%-
HSV(B)226.39º80.17%47.45%-
XYZ4.83.5318.52-
YUV47.97169.21110.9-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.57%
GREEN value IS 46 (18.36% from 255) = 24.08%
BLUE value IS 121 (47.66% from 255) = 63.35%
R=12.57%
G=24.08%
B=63.35%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24461210.800.6200.53226.3966.928.43
Hex182E79503E035e2431c
Octal30561711207606534210334
Binary1100010111011110011010000111110011010111100010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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