#102A6B

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

Shades of Sapphire #102A6B

Tints of Sapphire #102A6B

Color information

#102A6B (or 0x102A6B) is unknown color: approx Sapphire. HEX triplet: 10, 2A and 6B. RGB value is (16,42,107). Sum of RGB (Red+Green+Blue) = 16+42+107=165 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.70% from 165); Green value is 42 (16.80% from 255 or 25.45% from 165); Blue value is 107 (42.19% from 255 or 64.85% from 165); Max value from RGB is 107 - color contains mainly: blue. Hex color #102A6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102A6B is #EFD594. Grayscale: #292929. Windows color (decimal): -15717781 or 7023120. OLE color: 7023120.

HSL color Cylindrical-coordinate representation of color #102A6B: hue angle of 222.86º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #102A6B is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1642107-
CMYK0.850.6100.58
HSL222.86º73.98%24.12%-
HSV(B)222.86º85.05%41.96%-
XYZ3.72.8314.26-
YUV41.64164.89109.71-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.70%
GREEN value IS 42 (16.80% from 255) = 25.45%
BLUE value IS 107 (42.19% from 255) = 64.85%
R=9.70%
G=25.45%
B=64.85%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16421070.850.6100.58222.8673.9824.12
Hex102A6B553D03Adf4a18
Octal20521531257507233711230
Binary1000010101011010111010101111101011101011011111100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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