#10255C

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

Shades of Sapphire #10255C

Tints of Sapphire #10255C

Color information

#10255C (or 0x10255C) is unknown color: approx Sapphire. HEX triplet: 10, 25 and 5C. RGB value is (16,37,92). Sum of RGB (Red+Green+Blue) = 16+37+92=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 92 (36.33% from 255 or 63.45% from 145); Max value from RGB is 92 - color contains mainly: blue. Hex color #10255C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10255C is #EFDAA3. Grayscale: #242424. Windows color (decimal): -15719076 or 6038800. OLE color: 6038800.

HSL color Cylindrical-coordinate representation of color #10255C: hue angle of 223.42º 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 #10255C is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB163792-
CMYK0.830.6000.64
HSL223.42º70.37%21.18%-
HSV(B)223.42º82.61%36.08%-
XYZ2.812.2110.4-
YUV36.99159.04113.03-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.03%
GREEN value IS 37 (14.84% from 255) = 25.52%
BLUE value IS 92 (36.33% from 255) = 63.45%
R=11.03%
G=25.52%
B=63.45%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1637920.830.6000.64223.4270.3721.18
Hex10255C533C040df4615
Octal204513412374010033710625
Binary10000100101101110010100111111000100000011011111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10255C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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