#102A62

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

Shades of Sapphire #102A62

Tints of Sapphire #102A62

Color information

#102A62 (or 0x102A62) is unknown color: approx Sapphire. HEX triplet: 10, 2A and 62. RGB value is (16,42,98). Sum of RGB (Red+Green+Blue) = 16+42+98=156 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.26% from 156); Green value is 42 (16.80% from 255 or 26.92% from 156); Blue value is 98 (38.67% from 255 or 62.82% from 156); Max value from RGB is 98 - color contains mainly: blue. Hex color #102A62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102A62 is #EFD59D. Grayscale: #282828. Windows color (decimal): -15717790 or 6433296. OLE color: 6433296.

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

Color convert

RGB164298-
CMYK0.840.5700.62
HSL220.98º71.93%22.35%-
HSV(B)220.98º83.67%38.43%-
XYZ3.252.6511.9-
YUV40.61160.39110.45-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.26%
GREEN value IS 42 (16.80% from 255) = 26.92%
BLUE value IS 98 (38.67% from 255) = 62.82%
R=10.26%
G=26.92%
B=62.82%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1642980.840.5700.62220.9871.9322.35
Hex102A62543903Edd4816
Octal20521421247107633511026
Binary1000010101011000101010100111001011111011011101100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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