#183872

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

Shades of Sapphire #183872

Tints of Sapphire #183872

Color information

#183872 (or 0x183872) is unknown color: approx Sapphire. HEX triplet: 18, 38 and 72. RGB value is (24,56,114). Sum of RGB (Red+Green+Blue) = 24+56+114=194 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.37% from 194); Green value is 56 (22.27% from 255 or 28.87% from 194); Blue value is 114 (44.92% from 255 or 58.76% from 194); Max value from RGB is 114 - color contains mainly: blue. Hex color #183872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183872 is #E7C78D. Grayscale: #343434. Windows color (decimal): -15189902 or 7485464. OLE color: 7485464.

HSL color Cylindrical-coordinate representation of color #183872: hue angle of 218.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 #183872 is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2456114-
CMYK0.790.5100.55
HSL218.67º65.22%27.06%-
HSV(B)218.67º78.95%44.71%-
XYZ4.834.2416.48-
YUV53.04162.4107.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.37%
GREEN value IS 56 (22.27% from 255) = 28.87%
BLUE value IS 114 (44.92% from 255) = 58.76%
R=12.37%
G=28.87%
B=58.76%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal24561140.790.5100.55218.6765.2227.06
Hex1838724F33037db411b
Octal30701621176306733310133
Binary1100011100011100101001111110011011011111011011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183872; }

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

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

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

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

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

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

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

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