#102B72

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

Shades of Sapphire #102B72

Tints of Sapphire #102B72

Color information

#102B72 (or 0x102B72) is unknown color: approx Sapphire. HEX triplet: 10, 2B and 72. RGB value is (16,43,114). Sum of RGB (Red+Green+Blue) = 16+43+114=173 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.25% from 173); Green value is 43 (17.19% from 255 or 24.86% from 173); Blue value is 114 (44.92% from 255 or 65.90% from 173); Max value from RGB is 114 - color contains mainly: blue. Hex color #102B72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102B72 is #EFD48D. Grayscale: #2A2A2A. Windows color (decimal): -15717518 or 7482128. OLE color: 7482128.

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

Color convert

RGB1643114-
CMYK0.860.6200.55
HSL223.47º75.38%25.49%-
HSV(B)223.47º85.96%44.71%-
XYZ4.113.0516.29-
YUV43.02168.05108.73-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.25%
GREEN value IS 43 (17.19% from 255) = 24.86%
BLUE value IS 114 (44.92% from 255) = 65.90%
R=9.25%
G=24.86%
B=65.90%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16431140.860.6200.55223.4775.3825.49
Hex102B72563E037df4b19
Octal20531621267606733711331
Binary1000010101111100101010110111110011011111011111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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