#182E78

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

Shades of Sapphire #182E78

Tints of Sapphire #182E78

Color information

#182E78 (or 0x182E78) is unknown color: approx Sapphire. HEX triplet: 18, 2E and 78. RGB value is (24,46,120). Sum of RGB (Red+Green+Blue) = 24+46+120=190 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.63% from 190); Green value is 46 (18.36% from 255 or 24.21% from 190); Blue value is 120 (47.27% from 255 or 63.16% from 190); Max value from RGB is 120 - color contains mainly: blue. Hex color #182E78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182E78 is #E7D187. Grayscale: #2F2F2F. Windows color (decimal): -15192456 or 7876120. OLE color: 7876120.

HSL color Cylindrical-coordinate representation of color #182E78: hue angle of 226.25º 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 #182E78 is Cyan = 0.8, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2446120-
CMYK0.80.6200.53
HSL226.25º66.67%28.24%-
HSV(B)226.25º80%47.06%-
XYZ4.743.518.2-
YUV47.86168.71110.98-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.63%
GREEN value IS 46 (18.36% from 255) = 24.21%
BLUE value IS 120 (47.27% from 255) = 63.16%
R=12.63%
G=24.21%
B=63.16%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24461200.80.6200.53226.2566.6728.24
Hex182E78503E035e2431c
Octal30561701207606534210334
Binary1100010111011110001010000111110011010111100010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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