#102A6D

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

Shades of Sapphire #102A6D

Tints of Sapphire #102A6D

Color information

#102A6D (or 0x102A6D) is unknown color: approx Sapphire. HEX triplet: 10, 2A and 6D. RGB value is (16,42,109). Sum of RGB (Red+Green+Blue) = 16+42+109=167 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.58% from 167); Green value is 42 (16.80% from 255 or 25.15% from 167); Blue value is 109 (42.97% from 255 or 65.27% from 167); Max value from RGB is 109 - color contains mainly: blue. Hex color #102A6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102A6D is #EFD592. Grayscale: #292929. Windows color (decimal): -15717779 or 7154192. OLE color: 7154192.

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

Color convert

RGB1642109-
CMYK0.850.6100.57
HSL223.23º74.4%24.51%-
HSV(B)223.23º85.32%42.75%-
XYZ3.82.8714.82-
YUV41.86165.89109.55-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.58%
GREEN value IS 42 (16.80% from 255) = 25.15%
BLUE value IS 109 (42.97% from 255) = 65.27%
R=9.58%
G=25.15%
B=65.27%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal16421090.850.6100.57223.2374.424.51
Hex102A6D553D039df4a19
Octal20521551257507133711231
Binary1000010101011011011010101111101011100111011111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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