#10285C

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

Shades of Sapphire #10285C

Tints of Sapphire #10285C

Color information

#10285C (or 0x10285C) is unknown color: approx Sapphire. HEX triplet: 10, 28 and 5C. RGB value is (16,40,92). Sum of RGB (Red+Green+Blue) = 16+40+92=148 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.81% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 92 (36.33% from 255 or 62.16% from 148); Max value from RGB is 92 - color contains mainly: blue. Hex color #10285C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10285C is #EFD7A3. Grayscale: #262626. Windows color (decimal): -15718308 or 6039568. OLE color: 6039568.

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

Color convert

RGB164092-
CMYK0.830.5700.64
HSL221.05º70.37%21.18%-
HSV(B)221.05º82.61%36.08%-
XYZ2.92.410.44-
YUV38.75158.05111.77-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.81%
GREEN value IS 40 (16.02% from 255) = 27.03%
BLUE value IS 92 (36.33% from 255) = 62.16%
R=10.81%
G=27.03%
B=62.16%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1640920.830.5700.64221.0570.3721.18
Hex10285C5339040dd4615
Octal205013412371010033510625
Binary10000101000101110010100111110010100000011011101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10285C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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