#103657

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

Shades of Regal Blue #103657

Tints of Regal Blue #103657

Color information

#103657 (or 0x103657) is unknown color: approx Regal Blue. HEX triplet: 10, 36 and 57. RGB value is (16,54,87). Sum of RGB (Red+Green+Blue) = 16+54+87=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 87 (34.38% from 255 or 55.41% from 157); Max value from RGB is 87 - color contains mainly: blue. Hex color #103657 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103657 is #EFC9A8. Grayscale: #2E2E2E. Windows color (decimal): -15714729 or 5715472. OLE color: 5715472.

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

Color convert

RGB165487-
CMYK0.820.3800.66
HSL207.89º68.93%20.2%-
HSV(B)207.89º81.61%34.12%-
XYZ3.253.449.51-
YUV46.4150.91106.32-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.19%
GREEN value IS 54 (21.48% from 255) = 34.39%
BLUE value IS 87 (34.38% from 255) = 55.41%
R=10.19%
G=34.39%
B=55.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1654870.820.3800.66207.8968.9320.2
Hex1036575226042d04514
Octal206612712246010232010524
Binary10000110110101011110100101001100100001011010000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103657; }

 p { color: rgb(16,54,87); }

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

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

 a { background-color: rgb(16,54,87); }

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

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

 span { border-color: rgb(16,54,87); }

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