#182E63

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

Shades of Sapphire #182E63

Tints of Sapphire #182E63

Color information

#182E63 (or 0x182E63) is unknown color: approx Sapphire. HEX triplet: 18, 2E and 63. RGB value is (24,46,99). Sum of RGB (Red+Green+Blue) = 24+46+99=169 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.20% from 169); Green value is 46 (18.36% from 255 or 27.22% from 169); Blue value is 99 (39.06% from 255 or 58.58% from 169); Max value from RGB is 99 - color contains mainly: blue. Hex color #182E63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182E63 is #E7D19C. Grayscale: #2D2D2D. Windows color (decimal): -15192477 or 6499864. OLE color: 6499864.

HSL color Cylindrical-coordinate representation of color #182E63: hue angle of 222.4º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #182E63 is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB244699-
CMYK0.760.5400.61
HSL222.4º60.98%24.12%-
HSV(B)222.4º75.76%38.82%-
XYZ3.613.0512.2-
YUV45.46158.21112.69-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.20%
GREEN value IS 46 (18.36% from 255) = 27.22%
BLUE value IS 99 (39.06% from 255) = 58.58%
R=14.20%
G=27.22%
B=58.58%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2446990.760.5400.61222.460.9824.12
Hex182E634C3603Dde3d18
Octal3056143114660753367530
Binary110001011101100011100110011011001111011101111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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