#102453

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

Shades of Sapphire #102453

Tints of Sapphire #102453

Color information

#102453 (or 0x102453) is unknown color: approx Sapphire. HEX triplet: 10, 24 and 53. RGB value is (16,36,83). Sum of RGB (Red+Green+Blue) = 16+36+83=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 36 (14.45% from 255 or 26.67% from 135); Blue value is 83 (32.81% from 255 or 61.48% from 135); Max value from RGB is 83 - color contains mainly: blue. Hex color #102453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102453 is #EFDBAC. Grayscale: #232323. Windows color (decimal): -15719341 or 5448720. OLE color: 5448720.

HSL color Cylindrical-coordinate representation of color #102453: hue angle of 222.09º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #102453 is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB163683-
CMYK0.810.5700.67
HSL222.09º67.68%19.41%-
HSV(B)222.09º80.72%32.55%-
XYZ2.4128.44-
YUV35.38154.87114.18-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.85%
GREEN value IS 36 (14.45% from 255) = 26.67%
BLUE value IS 83 (32.81% from 255) = 61.48%
R=11.85%
G=26.67%
B=61.48%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1636830.810.5700.67222.0967.6819.41
Hex1024535139043de4413
Octal204412312171010333610423
Binary10000100100101001110100011110010100001111011110100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102453; }

 p { color: rgb(16,36,83); }

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

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

 a { background-color: rgb(16,36,83); }

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

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

 span { border-color: rgb(16,36,83); }

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