#103757

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

Shades of Regal Blue #103757

Tints of Regal Blue #103757

Color information

#103757 (or 0x103757) is unknown color: approx Regal Blue. HEX triplet: 10, 37 and 57. RGB value is (16,55,87). Sum of RGB (Red+Green+Blue) = 16+55+87=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 87 (34.38% from 255 or 55.06% from 158); Max value from RGB is 87 - color contains mainly: blue. Hex color #103757 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103757 is #EFC8A8. Grayscale: #2E2E2E. Windows color (decimal): -15714473 or 5715728. OLE color: 5715728.

HSL color Cylindrical-coordinate representation of color #103757: hue angle of 207.04º 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 #103757 is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB165587-
CMYK0.820.3700.66
HSL207.04º68.93%20.2%-
HSV(B)207.04º81.61%34.12%-
XYZ3.33.539.52-
YUV46.99150.58105.9-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.13%
GREEN value IS 55 (21.88% from 255) = 34.81%
BLUE value IS 87 (34.38% from 255) = 55.06%
R=10.13%
G=34.81%
B=55.06%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1655870.820.3700.66207.0468.9320.2
Hex1037575225042cf4514
Octal206712712245010231710524
Binary10000110111101011110100101001010100001011001111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103757; }

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

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

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

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

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

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

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

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