#10235B

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

Shades of Sapphire #10235B

Tints of Sapphire #10235B

Color information

#10235B (or 0x10235B) is unknown color: approx Sapphire. HEX triplet: 10, 23 and 5B. RGB value is (16,35,91). Sum of RGB (Red+Green+Blue) = 16+35+91=142 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.27% from 142); Green value is 35 (14.06% from 255 or 24.65% from 142); Blue value is 91 (35.94% from 255 or 64.08% from 142); Max value from RGB is 91 - color contains mainly: blue. Hex color #10235B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10235B is #EFDCA4. Grayscale: #232323. Windows color (decimal): -15719589 or 5972752. OLE color: 5972752.

HSL color Cylindrical-coordinate representation of color #10235B: hue angle of 224.8º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10235B is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB163591-
CMYK0.820.6200.64
HSL224.8º70.09%20.98%-
HSV(B)224.8º82.42%35.69%-
XYZ2.72.0710.15-
YUV35.7159.21113.95-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.27%
GREEN value IS 35 (14.06% from 255) = 24.65%
BLUE value IS 91 (35.94% from 255) = 64.08%
R=11.27%
G=24.65%
B=64.08%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1635910.820.6200.64224.870.0920.98
Hex10235B523E040e14615
Octal204313312276010034110625
Binary10000100011101101110100101111100100000011100001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10235B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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