#102561

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

Shades of Sapphire #102561

Tints of Sapphire #102561

Color information

#102561 (or 0x102561) is unknown color: approx Sapphire. HEX triplet: 10, 25 and 61. RGB value is (16,37,97). Sum of RGB (Red+Green+Blue) = 16+37+97=150 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.67% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 97 (38.28% from 255 or 64.67% from 150); Max value from RGB is 97 - color contains mainly: blue. Hex color #102561 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102561 is #EFDA9E. Grayscale: #252525. Windows color (decimal): -15719071 or 6366480. OLE color: 6366480.

HSL color Cylindrical-coordinate representation of color #102561: hue angle of 224.44º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #102561 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB163797-
CMYK0.840.6200.62
HSL224.44º71.68%22.16%-
HSV(B)224.44º83.51%38.04%-
XYZ3.032.311.59-
YUV37.56161.54112.62-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.67%
GREEN value IS 37 (14.84% from 255) = 24.67%
BLUE value IS 97 (38.28% from 255) = 64.67%
R=10.67%
G=24.67%
B=64.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1637970.840.6200.62224.4471.6822.16
Hex102561543E03Ee04816
Octal20451411247607634011026
Binary1000010010111000011010100111110011111011100000100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102561; }

 p { color: rgb(16,37,97); }

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

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

 a { background-color: rgb(16,37,97); }

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

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

 span { border-color: rgb(16,37,97); }

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