#102D62

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

Shades of Sapphire #102D62

Tints of Sapphire #102D62

Color information

#102D62 (or 0x102D62) is unknown color: approx Sapphire. HEX triplet: 10, 2D and 62. RGB value is (16,45,98). Sum of RGB (Red+Green+Blue) = 16+45+98=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 45 (17.97% from 255 or 28.30% from 159); Blue value is 98 (38.67% from 255 or 61.64% from 159); Max value from RGB is 98 - color contains mainly: blue. Hex color #102D62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102D62 is #EFD29D. Grayscale: #2A2A2A. Windows color (decimal): -15717022 or 6434064. OLE color: 6434064.

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

Color convert

RGB164598-
CMYK0.840.5400.62
HSL218.78º71.93%22.35%-
HSV(B)218.78º83.67%38.43%-
XYZ3.362.8711.93-
YUV42.37159.39109.19-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.06%
GREEN value IS 45 (17.97% from 255) = 28.30%
BLUE value IS 98 (38.67% from 255) = 61.64%
R=10.06%
G=28.30%
B=61.64%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1645980.840.5400.62218.7871.9322.35
Hex102D62543603Edb4816
Octal20551421246607633311026
Binary1000010110111000101010100110110011111011011011100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102D62; }

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

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

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

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

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

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

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

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