#102475

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

Shades of Sapphire #102475

Tints of Sapphire #102475

Color information

#102475 (or 0x102475) is unknown color: approx Sapphire. HEX triplet: 10, 24 and 75. RGB value is (16,36,117). Sum of RGB (Red+Green+Blue) = 16+36+117=169 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.47% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 117 (46.09% from 255 or 69.23% from 169); Max value from RGB is 117 - color contains mainly: blue. Hex color #102475 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102475 is #EFDB8A. Grayscale: #262626. Windows color (decimal): -15719307 or 7676944. OLE color: 7676944.

HSL color Cylindrical-coordinate representation of color #102475: hue angle of 228.12º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #102475 is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1636117-
CMYK0.860.6900.54
HSL228.12º75.94%26.08%-
HSV(B)228.12º86.32%45.88%-
XYZ4.062.6617.13-
YUV39.25171.87111.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.47%
GREEN value IS 36 (14.45% from 255) = 21.30%
BLUE value IS 117 (46.09% from 255) = 69.23%
R=9.47%
G=21.30%
B=69.23%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16361170.860.6900.54228.1275.9426.08
Hex1024755645036e44c1a
Octal204416512610506634411432
Binary10000100100111010110101101000101011011011100100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102475; }

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

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

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

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

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

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

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

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