#10236B

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

Shades of Sapphire #10236B

Tints of Sapphire #10236B

Color information

#10236B (or 0x10236B) is unknown color: approx Sapphire. HEX triplet: 10, 23 and 6B. RGB value is (16,35,107). Sum of RGB (Red+Green+Blue) = 16+35+107=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 107 (42.19% from 255 or 67.72% from 158); Max value from RGB is 107 - color contains mainly: blue. Hex color #10236B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10236B is #EFDC94. Grayscale: #252525. Windows color (decimal): -15719573 or 7021328. OLE color: 7021328.

HSL color Cylindrical-coordinate representation of color #10236B: hue angle of 227.47º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10236B is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1635107-
CMYK0.850.6700.58
HSL227.47º73.98%24.12%-
HSV(B)227.47º85.05%41.96%-
XYZ3.472.3714.19-
YUV37.53167.21112.65-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.13%
GREEN value IS 35 (14.06% from 255) = 22.15%
BLUE value IS 107 (42.19% from 255) = 67.72%
R=10.13%
G=22.15%
B=67.72%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16351070.850.6700.58227.4773.9824.12
Hex10236B554303Ae34a18
Octal204315312510307234311230
Binary10000100011110101110101011000011011101011100011100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10236B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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