#10275C

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

Shades of Sapphire #10275C

Tints of Sapphire #10275C

Color information

#10275C (or 0x10275C) is unknown color: approx Sapphire. HEX triplet: 10, 27 and 5C. RGB value is (16,39,92). Sum of RGB (Red+Green+Blue) = 16+39+92=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 39 (15.62% from 255 or 26.53% from 147); Blue value is 92 (36.33% from 255 or 62.59% from 147); Max value from RGB is 92 - color contains mainly: blue. Hex color #10275C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10275C is #EFD8A3. Grayscale: #252525. Windows color (decimal): -15718564 or 6039312. OLE color: 6039312.

HSL color Cylindrical-coordinate representation of color #10275C: hue angle of 221.84º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10275C is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB163992-
CMYK0.830.5800.64
HSL221.84º70.37%21.18%-
HSV(B)221.84º82.61%36.08%-
XYZ2.872.3310.42-
YUV38.16158.38112.19-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.88%
GREEN value IS 39 (15.62% from 255) = 26.53%
BLUE value IS 92 (36.33% from 255) = 62.59%
R=10.88%
G=26.53%
B=62.59%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1639920.830.5800.64221.8470.3721.18
Hex10275C533A040de4615
Octal204713412372010033610625
Binary10000100111101110010100111110100100000011011110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10275C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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