#182B78

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

Shades of Sapphire #182B78

Tints of Sapphire #182B78

Color information

#182B78 (or 0x182B78) is unknown color: approx Sapphire. HEX triplet: 18, 2B and 78. RGB value is (24,43,120). Sum of RGB (Red+Green+Blue) = 24+43+120=187 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.83% from 187); Green value is 43 (17.19% from 255 or 22.99% from 187); Blue value is 120 (47.27% from 255 or 64.17% from 187); Max value from RGB is 120 - color contains mainly: blue. Hex color #182B78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182B78 is #E7D487. Grayscale: #2D2D2D. Windows color (decimal): -15193224 or 7875352. OLE color: 7875352.

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

Color convert

RGB2443120-
CMYK0.80.6400.53
HSL228.12º66.67%28.24%-
HSV(B)228.12º80%47.06%-
XYZ4.633.2818.16-
YUV46.1169.71112.24-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.83%
GREEN value IS 43 (17.19% from 255) = 22.99%
BLUE value IS 120 (47.27% from 255) = 64.17%
R=12.83%
G=22.99%
B=64.17%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24431200.80.6400.53228.1266.6728.24
Hex182B785040035e4431c
Octal305317012010006534410334
Binary11000101011111100010100001000000011010111100100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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