#102A69

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

Shades of Sapphire #102A69

Tints of Sapphire #102A69

Color information

#102A69 (or 0x102A69) is unknown color: approx Sapphire. HEX triplet: 10, 2A and 69. RGB value is (16,42,105). Sum of RGB (Red+Green+Blue) = 16+42+105=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 42 (16.80% from 255 or 25.77% from 163); Blue value is 105 (41.41% from 255 or 64.42% from 163); Max value from RGB is 105 - color contains mainly: blue. Hex color #102A69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102A69 is #EFD596. Grayscale: #292929. Windows color (decimal): -15717783 or 6892048. OLE color: 6892048.

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

Color convert

RGB1642105-
CMYK0.850.600.59
HSL222.47º73.55%23.73%-
HSV(B)222.47º84.76%41.18%-
XYZ3.592.7913.71-
YUV41.41163.89109.88-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.82%
GREEN value IS 42 (16.80% from 255) = 25.77%
BLUE value IS 105 (41.41% from 255) = 64.42%
R=9.82%
G=25.77%
B=64.42%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16421050.850.600.59222.4773.5523.73
Hex102A69553C03Bde4a18
Octal20521511257407333611230
Binary1000010101011010011010101111100011101111011110100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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