#102962

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

Shades of Sapphire #102962

Tints of Sapphire #102962

Color information

#102962 (or 0x102962) is unknown color: approx Sapphire. HEX triplet: 10, 29 and 62. RGB value is (16,41,98). Sum of RGB (Red+Green+Blue) = 16+41+98=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 98 (38.67% from 255 or 63.23% from 155); Max value from RGB is 98 - color contains mainly: blue. Hex color #102962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102962 is #EFD69D. Grayscale: #272727. Windows color (decimal): -15718046 or 6433040. OLE color: 6433040.

HSL color Cylindrical-coordinate representation of color #102962: hue angle of 221.71º 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 #102962 is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB164198-
CMYK0.840.5800.62
HSL221.71º71.93%22.35%-
HSV(B)221.71º83.67%38.43%-
XYZ3.212.5811.88-
YUV40.02160.72110.87-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.32%
GREEN value IS 41 (16.41% from 255) = 26.45%
BLUE value IS 98 (38.67% from 255) = 63.23%
R=10.32%
G=26.45%
B=63.23%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1641980.840.5800.62221.7171.9322.35
Hex102962543A03Ede4816
Octal20511421247207633611026
Binary1000010100111000101010100111010011111011011110100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102962; }

 p { color: rgb(16,41,98); }

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

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

 a { background-color: rgb(16,41,98); }

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

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

 span { border-color: rgb(16,41,98); }

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