#10276E

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

Shades of Sapphire #10276E

Tints of Sapphire #10276E

Color information

#10276E (or 0x10276E) is unknown color: approx Sapphire. HEX triplet: 10, 27 and 6E. RGB value is (16,39,110). Sum of RGB (Red+Green+Blue) = 16+39+110=165 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.70% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 110 (43.36% from 255 or 66.67% from 165); Max value from RGB is 110 - color contains mainly: blue. Hex color #10276E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10276E is #EFD891. Grayscale: #272727. Windows color (decimal): -15718546 or 7218960. OLE color: 7218960.

HSL color Cylindrical-coordinate representation of color #10276E: hue angle of 225.32º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10276E is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1639110-
CMYK0.850.6500.57
HSL225.32º74.6%24.71%-
HSV(B)225.32º85.45%43.14%-
XYZ3.752.6915.07-
YUV40.22167.38110.73-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.70%
GREEN value IS 39 (15.62% from 255) = 23.64%
BLUE value IS 110 (43.36% from 255) = 66.67%
R=9.70%
G=23.64%
B=66.67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal16391100.850.6500.57225.3274.624.71
Hex10276E5541039e14b19
Octal204715612510107134111331
Binary10000100111110111010101011000001011100111100001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10276E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10276E; }

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

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

<style>
 a { background-color: #10276E; }

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

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

<style>
 span { border-color: #10276E; }

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

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