#10235E

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

Shades of Sapphire #10235E

Tints of Sapphire #10235E

Color information

#10235E (or 0x10235E) is unknown color: approx Sapphire. HEX triplet: 10, 23 and 5E. RGB value is (16,35,94). Sum of RGB (Red+Green+Blue) = 16+35+94=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 35 (14.06% from 255 or 24.14% from 145); Blue value is 94 (37.11% from 255 or 64.83% from 145); Max value from RGB is 94 - color contains mainly: blue. Hex color #10235E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10235E is #EFDCA1. Grayscale: #232323. Windows color (decimal): -15719586 or 6169360. OLE color: 6169360.

HSL color Cylindrical-coordinate representation of color #10235E: hue angle of 225.38º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10235E is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB163594-
CMYK0.830.6300.63
HSL225.38º70.91%21.57%-
HSV(B)225.38º82.98%36.86%-
XYZ2.842.1210.85-
YUV36.04160.71113.7-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.03%
GREEN value IS 35 (14.06% from 255) = 24.14%
BLUE value IS 94 (37.11% from 255) = 64.83%
R=11.03%
G=24.14%
B=64.83%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1635940.830.6300.63225.3870.9121.57
Hex10235E533F03Fe14716
Octal20431361237707734110726
Binary1000010001110111101010011111111011111111100001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10235E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10235E; }

 p { color: rgb(16,35,94); }

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

<style>
 a { background-color: #10235E; }

 a { background-color: rgb(16,35,94); }

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

<style>
 span { border-color: #10235E; }

 span { border-color: rgb(16,35,94); }

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