#102A78

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

Shades of Sapphire #102A78

Tints of Sapphire #102A78

Color information

#102A78 (or 0x102A78) is unknown color: approx Sapphire. HEX triplet: 10, 2A and 78. RGB value is (16,42,120). Sum of RGB (Red+Green+Blue) = 16+42+120=178 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.99% from 178); Green value is 42 (16.80% from 255 or 23.60% from 178); Blue value is 120 (47.27% from 255 or 67.42% from 178); Max value from RGB is 120 - color contains mainly: blue. Hex color #102A78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102A78 is #EFD587. Grayscale: #2A2A2A. Windows color (decimal): -15717768 or 7875088. OLE color: 7875088.

HSL color Cylindrical-coordinate representation of color #102A78: hue angle of 225º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #102A78 is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1642120-
CMYK0.870.6500.53
HSL225º76.47%26.67%-
HSV(B)225º86.67%47.06%-
XYZ4.433.1218.14-
YUV43.12171.39108.66-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.99%
GREEN value IS 42 (16.80% from 255) = 23.60%
BLUE value IS 120 (47.27% from 255) = 67.42%
R=8.99%
G=23.60%
B=67.42%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16421200.870.6500.5322576.4726.67
Hex102A785741035e14c1b
Octal205217012710106534111433
Binary10000101010111100010101111000001011010111100001100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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