#102A6C

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

Shades of Sapphire #102A6C

Tints of Sapphire #102A6C

Color information

#102A6C (or 0x102A6C) is unknown color: approx Sapphire. HEX triplet: 10, 2A and 6C. RGB value is (16,42,108). Sum of RGB (Red+Green+Blue) = 16+42+108=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 108 (42.58% from 255 or 65.06% from 166); Max value from RGB is 108 - color contains mainly: blue. Hex color #102A6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102A6C is #EFD593. Grayscale: #292929. Windows color (decimal): -15717780 or 7088656. OLE color: 7088656.

HSL color Cylindrical-coordinate representation of color #102A6C: hue angle of 223.04º 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 #102A6C is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1642108-
CMYK0.850.6100.58
HSL223.04º74.19%24.31%-
HSV(B)223.04º85.19%42.35%-
XYZ3.752.8514.54-
YUV41.75165.39109.63-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.64%
GREEN value IS 42 (16.80% from 255) = 25.30%
BLUE value IS 108 (42.58% from 255) = 65.06%
R=9.64%
G=25.30%
B=65.06%

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
Decimal16421080.850.6100.58223.0474.1924.31
Hex102A6C553D03Adf4a18
Octal20521541257507233711230
Binary1000010101011011001010101111101011101011011111100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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