#102250

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

Shades of Sapphire #102250

Tints of Sapphire #102250

Color information

#102250 (or 0x102250) is unknown color: approx Sapphire. HEX triplet: 10, 22 and 50. RGB value is (16,34,80). Sum of RGB (Red+Green+Blue) = 16+34+80=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 34 (13.67% from 255 or 26.15% from 130); Blue value is 80 (31.64% from 255 or 61.54% from 130); Max value from RGB is 80 - color contains mainly: blue. Hex color #102250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102250 is #EFDDAF. Grayscale: #212121. Windows color (decimal): -15719856 or 5251600. OLE color: 5251600.

HSL color Cylindrical-coordinate representation of color #102250: hue angle of 223.12º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #102250 is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB163480-
CMYK0.800.5800.69
HSL223.12º66.67%18.82%-
HSV(B)223.12º80%31.37%-
XYZ2.231.837.83-
YUV33.86154.04115.26-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.31%
GREEN value IS 34 (13.67% from 255) = 26.15%
BLUE value IS 80 (31.64% from 255) = 61.54%
R=12.31%
G=26.15%
B=61.54%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1634800.800.5800.69223.1266.6718.82
Hex102250503A045df4313
Octal204212012072010533710323
Binary10000100010101000010100001110100100010111011111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102250; }

 p { color: rgb(16,34,80); }

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

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

 a { background-color: rgb(16,34,80); }

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

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

 span { border-color: rgb(16,34,80); }

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