#103558

Color #103558 Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #103558

Tints of Regal Blue #103558

Color information

#103558 (or 0x103558) is unknown color: approx Regal Blue. HEX triplet: 10, 35 and 58. RGB value is (16,53,88). Sum of RGB (Red+Green+Blue) = 16+53+88=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 88 (34.77% from 255 or 56.05% from 157); Max value from RGB is 88 - color contains mainly: blue. Hex color #103558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103558 is #EFCAA7. Grayscale: #2D2D2D. Windows color (decimal): -15714984 or 5780752. OLE color: 5780752.

HSL color Cylindrical-coordinate representation of color #103558: hue angle of 209.17º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #103558 is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB165388-
CMYK0.820.4000.65
HSL209.17º69.23%20.39%-
HSV(B)209.17º81.82%34.51%-
XYZ3.253.369.71-
YUV45.93151.74106.65-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.19%
GREEN value IS 53 (21.09% from 255) = 33.76%
BLUE value IS 88 (34.77% from 255) = 56.05%
R=10.19%
G=33.76%
B=56.05%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1653880.820.4000.65209.1769.2320.39
Hex1035585228041d14514
Octal206513012250010132110524
Binary10000110101101100010100101010000100000111010001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103558; }

 p { color: rgb(16,53,88); }

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

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

 a { background-color: rgb(16,53,88); }

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

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

 span { border-color: rgb(16,53,88); }

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