#10336D

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

Shades of Sapphire #10336D

Tints of Sapphire #10336D

Color information

#10336D (or 0x10336D) is unknown color: approx Sapphire. HEX triplet: 10, 33 and 6D. RGB value is (16,51,109). Sum of RGB (Red+Green+Blue) = 16+51+109=176 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.09% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 109 (42.97% from 255 or 61.93% from 176); Max value from RGB is 109 - color contains mainly: blue. Hex color #10336D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10336D is #EFCC92. Grayscale: #2E2E2E. Windows color (decimal): -15715475 or 7156496. OLE color: 7156496.

HSL color Cylindrical-coordinate representation of color #10336D: hue angle of 217.42º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10336D is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1651109-
CMYK0.850.5300.57
HSL217.42º74.4%24.51%-
HSV(B)217.42º85.32%42.75%-
XYZ4.163.5814.94-
YUV47.15162.9105.78-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.09%
GREEN value IS 51 (20.31% from 255) = 28.98%
BLUE value IS 109 (42.97% from 255) = 61.93%
R=9.09%
G=28.98%
B=61.93%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal16511090.850.5300.57217.4274.424.51
Hex10336D5535039d94a19
Octal20631551256507133111231
Binary1000011001111011011010101110101011100111011001100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10336D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10336D; }

 p { color: rgb(16,51,109); }

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

<style>
 a { background-color: #10336D; }

 a { background-color: rgb(16,51,109); }

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

<style>
 span { border-color: #10336D; }

 span { border-color: rgb(16,51,109); }

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