#103062

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

Shades of Sapphire #103062

Tints of Sapphire #103062

Color information

#103062 (or 0x103062) is unknown color: approx Sapphire. HEX triplet: 10, 30 and 62. RGB value is (16,48,98). Sum of RGB (Red+Green+Blue) = 16+48+98=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 98 (38.67% from 255 or 60.49% from 162); Max value from RGB is 98 - color contains mainly: blue. Hex color #103062 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103062 is #EFCF9D. Grayscale: #2B2B2B. Windows color (decimal): -15716254 or 6434832. OLE color: 6434832.

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

Color convert

RGB164898-
CMYK0.840.5100.62
HSL216.59º71.93%22.35%-
HSV(B)216.59º83.67%38.43%-
XYZ3.483.1111.97-
YUV44.13158.4107.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.88%
GREEN value IS 48 (19.14% from 255) = 29.63%
BLUE value IS 98 (38.67% from 255) = 60.49%
R=9.88%
G=29.63%
B=60.49%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1648980.840.5100.62216.5971.9322.35
Hex103062543303Ed94816
Octal20601421246307633111026
Binary1000011000011000101010100110011011111011011001100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103062; }

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

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

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

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

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

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

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

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