#102C7F

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

Shades of Sapphire #102C7F

Tints of Sapphire #102C7F

Color information

#102C7F (or 0x102C7F) is unknown color: approx Sapphire. HEX triplet: 10, 2C and 7F. RGB value is (16,44,127). Sum of RGB (Red+Green+Blue) = 16+44+127=187 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.56% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 127 (50% from 255 or 67.91% from 187); Max value from RGB is 127 - color contains mainly: blue. Hex color #102C7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102C7F is #EFD380. Grayscale: #2C2C2C. Windows color (decimal): -15717249 or 8334352. OLE color: 8334352.

HSL color Cylindrical-coordinate representation of color #102C7F: hue angle of 224.86º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #102C7F is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1644127-
CMYK0.870.6500.50
HSL224.86º77.62%28.04%-
HSV(B)224.86º87.4%49.8%-
XYZ4.953.4420.48-
YUV45.09174.22107.25-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.56%
GREEN value IS 44 (17.58% from 255) = 23.53%
BLUE value IS 127 (50% from 255) = 67.91%
R=8.56%
G=23.53%
B=67.91%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal16441270.870.6500.50224.8677.6228.04
Hex102C7F5741032e14e1c
Octal205417712710106234111634
Binary10000101100111111110101111000001011001011100001100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,44,127); }

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

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

 a { background-color: rgb(16,44,127); }

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

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

 span { border-color: rgb(16,44,127); }

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