#183064

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

Shades of Sapphire #183064

Tints of Sapphire #183064

Color information

#183064 (or 0x183064) is unknown color: approx Sapphire. HEX triplet: 18, 30 and 64. RGB value is (24,48,100). Sum of RGB (Red+Green+Blue) = 24+48+100=172 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.95% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 100 (39.45% from 255 or 58.14% from 172); Max value from RGB is 100 - color contains mainly: blue. Hex color #183064 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183064 is #E7CF9B. Grayscale: #2E2E2E. Windows color (decimal): -15191964 or 6565912. OLE color: 6565912.

HSL color Cylindrical-coordinate representation of color #183064: hue angle of 221.05º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #183064 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB2448100-
CMYK0.760.5200.61
HSL221.05º61.29%24.31%-
HSV(B)221.05º76%39.22%-
XYZ3.733.2312.48-
YUV46.75158.05111.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.95%
GREEN value IS 48 (19.14% from 255) = 27.91%
BLUE value IS 100 (39.45% from 255) = 58.14%
R=13.95%
G=27.91%
B=58.14%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal24481000.760.5200.61221.0561.2924.31
Hex1830644C3403Ddd3d18
Octal3060144114640753357530
Binary110001100001100100100110011010001111011101110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183064; }

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

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

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

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

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

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

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

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