#102A72

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

Shades of Sapphire #102A72

Tints of Sapphire #102A72

Color information

#102A72 (or 0x102A72) is unknown color: approx Sapphire. HEX triplet: 10, 2A and 72. RGB value is (16,42,114). Sum of RGB (Red+Green+Blue) = 16+42+114=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 42 (16.80% from 255 or 24.42% from 172); Blue value is 114 (44.92% from 255 or 66.28% from 172); Max value from RGB is 114 - color contains mainly: blue. Hex color #102A72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102A72 is #EFD58D. Grayscale: #2A2A2A. Windows color (decimal): -15717774 or 7481872. OLE color: 7481872.

HSL color Cylindrical-coordinate representation of color #102A72: hue angle of 224.08º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #102A72 is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1642114-
CMYK0.860.6300.55
HSL224.08º75.38%25.49%-
HSV(B)224.08º85.96%44.71%-
XYZ4.082.9816.28-
YUV42.43168.39109.15-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.30%
GREEN value IS 42 (16.80% from 255) = 24.42%
BLUE value IS 114 (44.92% from 255) = 66.28%
R=9.30%
G=24.42%
B=66.28%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16421140.860.6300.55224.0875.3825.49
Hex102A72563F037e04b19
Octal20521621267706734011331
Binary1000010101011100101010110111111011011111100000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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