#182E7D

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

Shades of Sapphire #182E7D

Tints of Sapphire #182E7D

Color information

#182E7D (or 0x182E7D) is unknown color: approx Sapphire. HEX triplet: 18, 2E and 7D. RGB value is (24,46,125). Sum of RGB (Red+Green+Blue) = 24+46+125=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 46 (18.36% from 255 or 23.59% from 195); Blue value is 125 (49.22% from 255 or 64.10% from 195); Max value from RGB is 125 - color contains mainly: blue. Hex color #182E7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182E7D is #E7D182. Grayscale: #303030. Windows color (decimal): -15192451 or 8203800. OLE color: 8203800.

HSL color Cylindrical-coordinate representation of color #182E7D: hue angle of 226.93º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #182E7D is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2446125-
CMYK0.810.6300.51
HSL226.93º67.79%29.22%-
HSV(B)226.93º80.8%49.02%-
XYZ5.063.6319.84-
YUV48.43171.21110.58-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.31%
GREEN value IS 46 (18.36% from 255) = 23.59%
BLUE value IS 125 (49.22% from 255) = 64.10%
R=12.31%
G=23.59%
B=64.10%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal24461250.810.6300.51226.9367.7929.22
Hex182E7D513F033e3441d
Octal30561751217706334310435
Binary1100010111011111011010001111111011001111100011100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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