#10275A

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

Shades of Sapphire #10275A

Tints of Sapphire #10275A

Color information

#10275A (or 0x10275A) is unknown color: approx Sapphire. HEX triplet: 10, 27 and 5A. RGB value is (16,39,90). Sum of RGB (Red+Green+Blue) = 16+39+90=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 39 (15.62% from 255 or 26.90% from 145); Blue value is 90 (35.55% from 255 or 62.07% from 145); Max value from RGB is 90 - color contains mainly: blue. Hex color #10275A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10275A is #EFD8A5. Grayscale: #252525. Windows color (decimal): -15718566 or 5908240. OLE color: 5908240.

HSL color Cylindrical-coordinate representation of color #10275A: hue angle of 221.35º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10275A is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB163990-
CMYK0.820.5700.65
HSL221.35º69.81%20.78%-
HSV(B)221.35º82.22%35.29%-
XYZ2.782.39.97-
YUV37.94157.38112.35-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.03%
GREEN value IS 39 (15.62% from 255) = 26.90%
BLUE value IS 90 (35.55% from 255) = 62.07%
R=11.03%
G=26.90%
B=62.07%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1639900.820.5700.65221.3569.8120.78
Hex10275A5239041dd4615
Octal204713212271010133510625
Binary10000100111101101010100101110010100000111011101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10275A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10275A; }

 p { color: rgb(16,39,90); }

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

<style>
 a { background-color: #10275A; }

 a { background-color: rgb(16,39,90); }

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

<style>
 span { border-color: #10275A; }

 span { border-color: rgb(16,39,90); }

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