#182F72

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

Shades of Sapphire #182F72

Tints of Sapphire #182F72

Color information

#182F72 (or 0x182F72) is unknown color: approx Sapphire. HEX triplet: 18, 2F and 72. RGB value is (24,47,114). Sum of RGB (Red+Green+Blue) = 24+47+114=185 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.97% from 185); Green value is 47 (18.75% from 255 or 25.41% from 185); Blue value is 114 (44.92% from 255 or 61.62% from 185); Max value from RGB is 114 - color contains mainly: blue. Hex color #182F72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182F72 is #E7D08D. Grayscale: #2F2F2F. Windows color (decimal): -15192206 or 7483160. OLE color: 7483160.

HSL color Cylindrical-coordinate representation of color #182F72: hue angle of 224.67º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #182F72 is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2447114-
CMYK0.790.5900.55
HSL224.67º65.22%27.06%-
HSV(B)224.67º78.95%44.71%-
XYZ4.433.4416.35-
YUV47.76165.38111.05-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.97%
GREEN value IS 47 (18.75% from 255) = 25.41%
BLUE value IS 114 (44.92% from 255) = 61.62%
R=12.97%
G=25.41%
B=61.62%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal24471140.790.5900.55224.6765.2227.06
Hex182F724F3B037e1411b
Octal30571621177306734110133
Binary1100010111111100101001111111011011011111100001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,47,114); }

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

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

 a { background-color: rgb(24,47,114); }

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

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

 span { border-color: rgb(24,47,114); }

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