#10336C

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

Shades of Sapphire #10336C

Tints of Sapphire #10336C

Color information

#10336C (or 0x10336C) is unknown color: approx Sapphire. HEX triplet: 10, 33 and 6C. RGB value is (16,51,108). Sum of RGB (Red+Green+Blue) = 16+51+108=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 108 (42.58% from 255 or 61.71% from 175); Max value from RGB is 108 - color contains mainly: blue. Hex color #10336C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10336C is #EFCC93. Grayscale: #2E2E2E. Windows color (decimal): -15715476 or 7090960. OLE color: 7090960.

HSL color Cylindrical-coordinate representation of color #10336C: hue angle of 217.17º 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 #10336C is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1651108-
CMYK0.850.5300.58
HSL217.17º74.19%24.31%-
HSV(B)217.17º85.19%42.35%-
XYZ4.13.5614.66-
YUV47.03162.4105.87-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.14%
GREEN value IS 51 (20.31% from 255) = 29.14%
BLUE value IS 108 (42.58% from 255) = 61.71%
R=9.14%
G=29.14%
B=61.71%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16511080.850.5300.58217.1774.1924.31
Hex10336C553503Ad94a18
Octal20631541256507233111230
Binary1000011001111011001010101110101011101011011001100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10336C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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