#10225C

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

Shades of Sapphire #10225C

Tints of Sapphire #10225C

Color information

#10225C (or 0x10225C) is unknown color: approx Sapphire. HEX triplet: 10, 22 and 5C. RGB value is (16,34,92). Sum of RGB (Red+Green+Blue) = 16+34+92=142 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.27% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 92 (36.33% from 255 or 64.79% from 142); Max value from RGB is 92 - color contains mainly: blue. Hex color #10225C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10225C is #EFDDA3. Grayscale: #222222. Windows color (decimal): -15719844 or 6038032. OLE color: 6038032.

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

Color convert

RGB163492-
CMYK0.830.6300.64
HSL225.79º70.37%21.18%-
HSV(B)225.79º82.61%36.08%-
XYZ2.722.0310.37-
YUV35.23160.04114.28-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.27%
GREEN value IS 34 (13.67% from 255) = 23.94%
BLUE value IS 92 (36.33% from 255) = 64.79%
R=11.27%
G=23.94%
B=64.79%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1634920.830.6300.64225.7970.3721.18
Hex10225C533F040e24615
Octal204213412377010034210625
Binary10000100010101110010100111111110100000011100010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10225C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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