#10267D

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

Shades of Sapphire #10267D

Tints of Sapphire #10267D

Color information

#10267D (or 0x10267D) is unknown color: approx Sapphire. HEX triplet: 10, 26 and 7D. RGB value is (16,38,125). Sum of RGB (Red+Green+Blue) = 16+38+125=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 125 (49.22% from 255 or 69.83% from 179); Max value from RGB is 125 - color contains mainly: blue. Hex color #10267D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10267D is #EFD982. Grayscale: #282828. Windows color (decimal): -15718787 or 8201744. OLE color: 8201744.

HSL color Cylindrical-coordinate representation of color #10267D: hue angle of 227.89º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10267D is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1638125-
CMYK0.870.7000.51
HSL227.89º77.3%27.65%-
HSV(B)227.89º87.2%49.02%-
XYZ4.612.9819.73-
YUV41.34175.21109.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.94%
GREEN value IS 38 (15.23% from 255) = 21.23%
BLUE value IS 125 (49.22% from 255) = 69.83%
R=8.94%
G=21.23%
B=69.83%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal16381250.870.7000.51227.8977.327.65
Hex10267D5746033e44d1c
Octal204617512710606334411534
Binary10000100110111110110101111000110011001111100100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10267D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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