#102F72

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

Shades of Sapphire #102F72

Tints of Sapphire #102F72

Color information

#102F72 (or 0x102F72) is unknown color: approx Sapphire. HEX triplet: 10, 2F and 72. RGB value is (16,47,114). Sum of RGB (Red+Green+Blue) = 16+47+114=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 47 (18.75% from 255 or 26.55% from 177); Blue value is 114 (44.92% from 255 or 64.41% from 177); Max value from RGB is 114 - color contains mainly: blue. Hex color #102F72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102F72 is #EFD08D. Grayscale: #2D2D2D. Windows color (decimal): -15716494 or 7483152. OLE color: 7483152.

HSL color Cylindrical-coordinate representation of color #102F72: hue angle of 221.02º 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 #102F72 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1647114-
CMYK0.860.5900.55
HSL221.02º75.38%25.49%-
HSV(B)221.02º85.96%44.71%-
XYZ4.273.3616.34-
YUV45.37166.73107.05-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.04%
GREEN value IS 47 (18.75% from 255) = 26.55%
BLUE value IS 114 (44.92% from 255) = 64.41%
R=9.04%
G=26.55%
B=64.41%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16471140.860.5900.55221.0275.3825.49
Hex102F72563B037dd4b19
Octal20571621267306733511331
Binary1000010111111100101010110111011011011111011101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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