#183070

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

Shades of Sapphire #183070

Tints of Sapphire #183070

Color information

#183070 (or 0x183070) is unknown color: approx Sapphire. HEX triplet: 18, 30 and 70. RGB value is (24,48,112). Sum of RGB (Red+Green+Blue) = 24+48+112=184 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.04% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 112 (44.14% from 255 or 60.87% from 184); Max value from RGB is 112 - color contains mainly: blue. Hex color #183070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183070 is #E7CF8F. Grayscale: #2F2F2F. Windows color (decimal): -15191952 or 7352344. OLE color: 7352344.

HSL color Cylindrical-coordinate representation of color #183070: hue angle of 223.64º 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 #183070 is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2448112-
CMYK0.790.5700.56
HSL223.64º64.71%26.67%-
HSV(B)223.64º78.57%43.92%-
XYZ4.363.4815.77-
YUV48.12164.05110.8-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.04%
GREEN value IS 48 (19.14% from 255) = 26.09%
BLUE value IS 112 (44.14% from 255) = 60.87%
R=13.04%
G=26.09%
B=60.87%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24481120.790.5700.56223.6464.7126.67
Hex1830704F39038e0411b
Octal30601601177107034010133
Binary1100011000011100001001111111001011100011100000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183070; }

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

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

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

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

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

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

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

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