#182D7C

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

Shades of Sapphire #182D7C

Tints of Sapphire #182D7C

Color information

#182D7C (or 0x182D7C) is unknown color: approx Sapphire. HEX triplet: 18, 2D and 7C. RGB value is (24,45,124). Sum of RGB (Red+Green+Blue) = 24+45+124=193 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.44% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 124 (48.83% from 255 or 64.25% from 193); Max value from RGB is 124 - color contains mainly: blue. Hex color #182D7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182D7C is #E7D283. Grayscale: #2F2F2F. Windows color (decimal): -15192708 or 8138008. OLE color: 8138008.

HSL color Cylindrical-coordinate representation of color #182D7C: hue angle of 227.4º 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 #182D7C is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2445124-
CMYK0.810.6400.51
HSL227.4º67.57%29.02%-
HSV(B)227.4º80.65%48.63%-
XYZ4.953.5319.49-
YUV47.73171.04111.08-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.44%
GREEN value IS 45 (17.97% from 255) = 23.32%
BLUE value IS 124 (48.83% from 255) = 64.25%
R=12.44%
G=23.32%
B=64.25%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal24451240.810.6400.51227.467.5729.02
Hex182D7C5140033e3441d
Octal305517412110006334310435
Binary11000101101111110010100011000000011001111100011100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,45,124); }

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

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

 a { background-color: rgb(24,45,124); }

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

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

 span { border-color: rgb(24,45,124); }

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