#102F7C

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

Shades of Sapphire #102F7C

Tints of Sapphire #102F7C

Color information

#102F7C (or 0x102F7C) is unknown color: approx Sapphire. HEX triplet: 10, 2F and 7C. RGB value is (16,47,124). Sum of RGB (Red+Green+Blue) = 16+47+124=187 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.56% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 124 (48.83% from 255 or 66.31% from 187); Max value from RGB is 124 - color contains mainly: blue. Hex color #102F7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102F7C is #EFD083. Grayscale: #2E2E2E. Windows color (decimal): -15716484 or 8138512. OLE color: 8138512.

HSL color Cylindrical-coordinate representation of color #102F7C: hue angle of 222.78º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #102F7C is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1647124-
CMYK0.870.6200.51
HSL222.78º77.14%27.45%-
HSV(B)222.78º87.1%48.63%-
XYZ4.873.619.51-
YUV46.51171.73106.24-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.56%
GREEN value IS 47 (18.75% from 255) = 25.13%
BLUE value IS 124 (48.83% from 255) = 66.31%
R=8.56%
G=25.13%
B=66.31%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal16471240.870.6200.51222.7877.1427.45
Hex102F7C573E033df4d1b
Octal20571741277606333711533
Binary1000010111111111001010111111110011001111011111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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