#102A76

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

Shades of Sapphire #102A76

Tints of Sapphire #102A76

Color information

#102A76 (or 0x102A76) is unknown color: approx Sapphire. HEX triplet: 10, 2A and 76. RGB value is (16,42,118). Sum of RGB (Red+Green+Blue) = 16+42+118=176 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.09% from 176); Green value is 42 (16.80% from 255 or 23.86% from 176); Blue value is 118 (46.48% from 255 or 67.05% from 176); Max value from RGB is 118 - color contains mainly: blue. Hex color #102A76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102A76 is #EFD589. Grayscale: #2A2A2A. Windows color (decimal): -15717770 or 7744016. OLE color: 7744016.

HSL color Cylindrical-coordinate representation of color #102A76: hue angle of 224.71º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #102A76 is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1642118-
CMYK0.860.6400.54
HSL224.71º76.12%26.27%-
HSV(B)224.71º86.44%46.27%-
XYZ4.313.0717.51-
YUV42.89170.39108.82-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.09%
GREEN value IS 42 (16.80% from 255) = 23.86%
BLUE value IS 118 (46.48% from 255) = 67.05%
R=9.09%
G=23.86%
B=67.05%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16421180.860.6400.54224.7176.1226.27
Hex102A765640036e14c1a
Octal205216612610006634111432
Binary10000101010111011010101101000000011011011100001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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