#183870

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

Shades of Sapphire #183870

Tints of Sapphire #183870

Color information

#183870 (or 0x183870) is unknown color: approx Sapphire. HEX triplet: 18, 38 and 70. RGB value is (24,56,112). Sum of RGB (Red+Green+Blue) = 24+56+112=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 112 (44.14% from 255 or 58.33% from 192); Max value from RGB is 112 - color contains mainly: blue. Hex color #183870 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183870 is #E7C78F. Grayscale: #343434. Windows color (decimal): -15189904 or 7354392. OLE color: 7354392.

HSL color Cylindrical-coordinate representation of color #183870: hue angle of 218.18º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #183870 is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2456112-
CMYK0.790.5000.56
HSL218.18º64.71%26.67%-
HSV(B)218.18º78.57%43.92%-
XYZ4.724.1915.89-
YUV52.82161.4107.45-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.5%
GREEN value IS 56 (22.27% from 255) = 29.17%
BLUE value IS 112 (44.14% from 255) = 58.33%
R=12.5%
G=29.17%
B=58.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24561120.790.5000.56218.1864.7126.67
Hex1838704F32038da411b
Octal30701601176207033210133
Binary1100011100011100001001111110010011100011011010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183870; }

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

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

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

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

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

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

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

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