#10235A

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

Shades of Sapphire #10235A

Tints of Sapphire #10235A

Color information

#10235A (or 0x10235A) is unknown color: approx Sapphire. HEX triplet: 10, 23 and 5A. RGB value is (16,35,90). Sum of RGB (Red+Green+Blue) = 16+35+90=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 90 (35.55% from 255 or 63.83% from 141); Max value from RGB is 90 - color contains mainly: blue. Hex color #10235A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10235A is #EFDCA5. Grayscale: #232323. Windows color (decimal): -15719590 or 5907216. OLE color: 5907216.

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

Color convert

RGB163590-
CMYK0.820.6100.65
HSL224.59º69.81%20.78%-
HSV(B)224.59º82.22%35.29%-
XYZ2.662.059.93-
YUV35.59158.71114.03-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.35%
GREEN value IS 35 (14.06% from 255) = 24.82%
BLUE value IS 90 (35.55% from 255) = 63.83%
R=11.35%
G=24.82%
B=63.83%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1635900.820.6100.65224.5969.8120.78
Hex10235A523D041e14615
Octal204313212275010134110625
Binary10000100011101101010100101111010100000111100001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10235A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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