#10267F

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

Shades of Sapphire #10267F

Tints of Sapphire #10267F

Color information

#10267F (or 0x10267F) is unknown color: approx Sapphire. HEX triplet: 10, 26 and 7F. RGB value is (16,38,127). Sum of RGB (Red+Green+Blue) = 16+38+127=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 38 (15.23% from 255 or 20.99% from 181); Blue value is 127 (50% from 255 or 70.17% from 181); Max value from RGB is 127 - color contains mainly: blue. Hex color #10267F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10267F is #EFD980. Grayscale: #292929. Windows color (decimal): -15718785 or 8332816. OLE color: 8332816.

HSL color Cylindrical-coordinate representation of color #10267F: hue angle of 228.11º 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 #10267F is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1638127-
CMYK0.870.7000.50
HSL228.11º77.62%28.04%-
HSV(B)228.11º87.4%49.8%-
XYZ4.743.0320.41-
YUV41.57176.21109.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.84%
GREEN value IS 38 (15.23% from 255) = 20.99%
BLUE value IS 127 (50% from 255) = 70.17%
R=8.84%
G=20.99%
B=70.17%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal16381270.870.7000.50228.1177.6228.04
Hex10267F5746032e44e1c
Octal204617712710606234411634
Binary10000100110111111110101111000110011001011100100100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10267F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10267F; }

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

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

<style>
 a { background-color: #10267F; }

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

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

<style>
 span { border-color: #10267F; }

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

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