#183268

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

Shades of Sapphire #183268

Tints of Sapphire #183268

Color information

#183268 (or 0x183268) is unknown color: approx Sapphire. HEX triplet: 18, 32 and 68. RGB value is (24,50,104). Sum of RGB (Red+Green+Blue) = 24+50+104=178 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.48% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 104 (41.02% from 255 or 58.43% from 178); Max value from RGB is 104 - color contains mainly: blue. Hex color #183268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183268 is #E7CD97. Grayscale: #303030. Windows color (decimal): -15191448 or 6828568. OLE color: 6828568.

HSL color Cylindrical-coordinate representation of color #183268: hue angle of 220.5º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #183268 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2450104-
CMYK0.770.5200.59
HSL220.5º62.5%25.1%-
HSV(B)220.5º76.92%40.78%-
XYZ4.023.4713.56-
YUV48.38159.39110.61-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.48%
GREEN value IS 50 (19.92% from 255) = 28.09%
BLUE value IS 104 (41.02% from 255) = 58.43%
R=13.48%
G=28.09%
B=58.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24501040.770.5200.59220.562.525.1
Hex1832684D3403Bdc3e19
Octal3062150115640733347631
Binary110001100101101000100110111010001110111101110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183268; }

 p { color: rgb(24,50,104); }

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

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

 a { background-color: rgb(24,50,104); }

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

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

 span { border-color: rgb(24,50,104); }

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